/*
Version: 1.0.0     
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:-                                                                                                      
--------------------------------------------------------------
* variable
	- text colors
	- background colors
	- border colors
* global
	- Typography
	- To top style
	- inner page style  
	- font family
* helper         
	- font-weight       
	- font-size 
	- line-height
	- text-transform  
	- letter-spacing 
	- Overlay Effect Bg image     
	- margin-top
	- margin-bottom 
	- padding-top
	- padding-bottom
	- the spacing
	- social-media-colors
* buttons
* section title
* top navbar sections
* navbar sections
* header Sections
* about Sections
* services Sections
* choose-us Sections
* portfolio Sections
* testimonials Sections
* pricing Sections
* team Sections
* blog Sections
* faq Sections
* community Sections
* screenshots Sections
* features Sections
* numbers Sections
* clients Sections
* chat-banner Sections
* contact Sections
* download Sections
* footer Sections
* portfolio_page style
* single_project style
* services_page style
* about_page style
* contact_page style
* blog_page style
* shop_page style
* product_page style
* Responsive

------------------------------------------------------------*/
/* ===============================================================
			[ * variable Section ] 
================================================================*/
/* --------------- variable --------------- */
:root {
  --color-main: #0066ff;
  --color-primary: #0066ff;
  --color-secondary: #02b5ff;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-blue7: #8169f1;
  --color-lightBlue: #15f1ff;
  --color-darkBlue: #010049;
  --color-darkBlue2: #1f227d;
  --color-orange1: #ff7a41;
  --color-orange2: #f6c463;
  --color-orange3: #f9a41f;
  --color-red1: #cc2131;
  --color-red2: #ef1552;
  --color-green: #00c057;
  --color-yellowGreen: #cef54b;
  --color-gray: #eef4f8;
  --color-gray2: #f0eff5;
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}

.color-main {
  color: var(--color-main) !important;
}

.border-main {
  border-color: var(--color-main) !important;
}

.bg-main {
  background-color: var(--color-main) !important;
  border-color: var(--color-main) !important;
}

.color-lightBlue {
  color: var(--color-lightBlue) !important;
}

.border-lightBlue {
  border-color: var(--color-lightBlue) !important;
}

.bg-lightBlue {
  background-color: var(--color-lightBlue) !important;
}

.color-darkBlue {
  color: var(--color-darkBlue) !important;
}

.border-darkBlue {
  border-color: var(--color-darkBlue) !important;
}

.bg-darkBlue {
  background-color: var(--color-darkBlue) !important;
}

.hover-darkBlue:hover {
  color: var(--color-darkBlue) !important;
}

.color-darkBlue2 {
  color: var(--color-darkBlue2) !important;
}

.border-darkBlue2 {
  border-color: var(--color-darkBlue2) !important;
}

.bg-darkBlue2 {
  background-color: var(--color-darkBlue2) !important;
}

.hover-darkBlue2:hover {
  color: var(--color-darkBlue2) !important;
}

.bg-gradient {
  background-image: var(--color-main-grad) !important;
}

.bg-gray {
  background: var(--color-gray) !important;
}

.bg-gray2 {
  background-color: var(--color-gray2) !important;
}

.color-blue2 {
  color: var(--color-blue2) !important;
}

.bg-blue2 {
  background-color: var(--color-blue2) !important;
}

.border-blue2 {
  border-color: var(--color-blue2) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.bg-blue4 {
  background-color: var(--color-blue4) !important;
}

.border-blue4 {
  border-color: var(--color-blue4) !important;
}

.color-blue5 {
  color: var(--color-blue5) !important;
}

.bg-blue5 {
  background-color: var(--color-blue5) !important;
}

.border-blue5 {
  border-color: var(--color-blue5) !important;
}

.color-blue6 {
  color: var(--color-blue6) !important;
}

.bg-blue6 {
  background-color: var(--color-blue6) !important;
}

.border-blue6 {
  border-color: var(--color-blue6) !important;
}

.color-blue7 {
  color: var(--color-blue7) !important;
}

.bg-blue7 {
  background-color: var(--color-blue7) !important;
}

.border-blue7 {
  border-color: var(--color-blue7) !important;
}

.bg-blue {
  background-color: #7723b6;
}

.hover-blue7 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-blue7:hover {
  background-color: var(--color-blue7) !important;
}

.bg-purple {
  background-color: #1ec9d3;
}

.color-orange1 {
  color: var(--color-orange1) !important;
}

.bg-orange1 {
  background-color: var(--color-orange1) !important;
}

.border-orange1 {
  border-color: var(--color-orange1) !important;
}

.hover-orange1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange1:hover {
  background-color: var(--color-orange1) !important;
}

.color-orange2 {
  color: var(--color-orange2) !important;
}

.bg-orange2 {
  background-color: var(--color-orange2) !important;
}

.border-orange2 {
  border-color: var(--color-orange2) !important;
}

.hover-orange2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange2:hover {
  background-color: var(--color-orange2) !important;
}

.color-green {
  color: var(--color-green) !important;
}

.bg-green {
  background-color: var(--color-green) !important;
}

.border-green {
  border-color: var(--color-green) !important;
}

.hover-green {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-green:hover {
  background-color: var(--color-green) !important;
}

.hover-green:hover * {
  color: #fff;
}

.color-yellowGreen {
  color: var(--color-yellowGreen) !important;
}

.bg-yellowGreen {
  background-color: var(--color-yellowGreen) !important;
}

.border-yellowGreen {
  border-color: var(--color-yellowGreen) !important;
}

.hover-yellowGreen {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-yellowGreen:hover {
  background-color: var(--color-yellowGreen) !important;
}

.hover-yellowGreen:hover * {
  color: #000;
}

.color-orange3 {
  color: var(--color-orange3) !important;
}

.bg-orange3 {
  background-color: var(--color-orange3) !important;
}

.border-orange3 {
  border-color: var(--color-orange3) !important;
}

.hover-orange3 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-orange3:hover {
  background-color: var(--color-orange3) !important;
}

.hover-orange3:hover * {
  color: #fff;
}

.color-red1 {
  color: var(--color-red1) !important;
}

.bg-red1 {
  background-color: var(--color-red1) !important;
}

.border-red1 {
  border-color: var(--color-red1) !important;
}

.hover-red1 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-red1:hover {
  background-color: var(--color-red1) !important;
}

.hover-red1:hover * {
  color: #fff;
}

.color-red2 {
  color: var(--color-red2) !important;
}

.bg-red2 {
  background-color: var(--color-red2) !important;
}

.border-red2 {
  border-color: var(--color-red2) !important;
}

.hover-red2 {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hover-red2:hover {
  background-color: var(--color-red2) !important;
}

.hover-red2:hover * {
  color: #fff;
}

/* ===============================================================
			[ * global Section ] 
================================================================*/
/* --------------- global --------------- */
*,
* button:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Inter", sans-serif;
  text-decoration: none;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

body.style-6 {
  padding: 30px 30px 0;
}

.home-style-7 {
  color: #000;
}

.home-style-7 a:hover {
  color: var(--color-blue7);
}

.home-style-7 #preloader:after,
.home-style-7 #preloader:before {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#501e9c),
      color-stop(30%, #8169f1),
      color-stop(30%, #8169f1),
      color-stop(73%, #a44cee),
      to(#ff847f));
  background: -webkit-linear-gradient(right,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background: -o-linear-gradient(right,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background: linear-gradient(to left,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
}

.container,
.container-fluid {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

h5,
h6 {
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

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

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: 0;
}

a,
span,
img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none !important;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.bi {
  display: inline-block;
}

.text {
  font-size: 14px;
  line-height: 2;
}

.small,
small {
  font-size: 13px;
  line-height: 1.7;
  display: inline-block;
}

small.text {
  font-size: 12px;
}

.text-gray {
  color: #666;
}

.bg-gray5 {
  background-color: #f3f7fe;
}

.section-padding {
  padding: 100px 0;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}

.pagination_circle .swiper-pagination-bullet {
  margin: 0 20px;
  position: relative;
}

.pagination_circle .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.pagination_circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--color-lightBlue);
}

.pagi_dark .swiper-pagination-bullet {
  background-color: #000;
}

.pagi_white .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 15px;
  font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--color-main-grad);
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}

/* --------------- dropdown --------------- */
.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  border: 0;
  font-size: 80%;
}

.dropdown-menu {
  min-width: 170px;
  padding: 15px;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 8px 20px;
  font-size: 12px;
}

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

.form-switch .form-check-input {
  margin: 0 15px !important;
  width: 2.5em !important;
  height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.form-switch .form-check-input.color-lightBlue:checked {
  background-color: var(--color-lightBlue);
  border-color: var(--color-lightBlue);
  background-image: url(../img/icons/toggle_dot.svg);
}

/* --------------- Start Preloader --------------- */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99999999999999;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 400px;
  border: 0px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  pointer-events: none;
}

.pace .pace-progress {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 300px;
  position: fixed;
  z-index: 99999999999999;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #fff;
}

.pace.pace-inactive {
  width: 100vw;
  opacity: 0;
}

.pace.pace-inactive .pace-progress {
  max-width: 100vw;
}

#preloader {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

/* 加载页面样式 */
#preloader .loading_logo {
  position: absolute;
  top: 10vh;
  left: 50%;
  display: block;
  width: 300px;
  height: 80px;
  margin-left: -150px;
}

#preloader h1 {
  position: absolute;
  top: 22vh;
  left: 50%;
  display: block;
  width: 750px;
  margin-left: -375px;
  line-height: 1;
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  z-index: inherit;
}

#preloader .content {
  position: absolute;
  top: 35vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 750px;
  height: 55px;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-size: 42px;
  line-height: 55px;
  color: #ecf0f1;
  z-index: 6;
}

#preloader .content .wp-block-group__inner-container {
  font-weight: 600;
  overflow: hidden;
  height: 55px;
  padding: 0 40px;
}

#preloader .content .wp-block-group__inner-container:before {
  content: "[";
  left: 0;
}

#preloader .content .wp-block-group__inner-container:after {
  content: "]";
  position: absolute;
  right: 0;
}

#preloader .content .wp-block-group__inner-container:after,
.content .wp-block-group__inner-container:before {
  position: absolute;
  top: 0;
  font-size: 42px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#preloader .content__container__text {
  display: inline;
  float: left;
  margin: 0;
  line-height: 1 !important;
}

#preloader .content__container__list {
  margin-top: 0;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

#preloader .content__container__list__item {
  line-height: 55px;
  margin: 0;
}

#preloader .loading_img {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 600px;
  height: 465px;
  margin-left: -300px;
  z-index: 5;
}

#preloader .display_none {
  display: none;
}

/***************************/

#preloader:after,
#preloader:before {
  content: "";
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#982bad),
      to(#362bb0));
  background: -webkit-linear-gradient(left, #982bad 0%, #362bb0 100%);
  background: -o-linear-gradient(left, #982bad 0%, #362bb0 100%);
  background: linear-gradient(to right, #982bad 0%, #362bb0 100%);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
  top: 0;
}

#preloader:after {
  bottom: 0;
}

#preloader.isdone {
  visibility: hidden;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

#preloader.isdone:after,
#preloader.isdone:before {
  height: 0;
  -webkit-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -o-transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  transition: all 0.7s cubic-bezier(1, 0, 0.55, 1);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.loading {
  position: fixed;
  left: 50%;
  top: calc(50% - 40px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 10px;
  z-index: 9999999999;
}

.loading.isdone {
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.loading span {
  -webkit-animation: loading 1.4s infinite alternate;
  animation: loading 1.4s infinite alternate;
}

.loading span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.loading span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.loading span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.loading span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.loading span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.loading span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.loading span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* --------------- End Preloader --------------- */
/* --------------- to_top button --------------- */
.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  background: var(--color-main-grad);
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 10px #0002;
  box-shadow: 0 5px 10px #0002;
}

.to_top small {
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 8px;
}

.to_top i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.to_top.show {
  right: 30px;
  opacity: 1;
}

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
*/
.rotate-center {
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

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

/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/**
 * ----------------------------------------
 * animation wave
 * ----------------------------------------
*/
.wave {
  -webkit-animation: wave 2s ease-in-out infinite alternate both;
  animation: wave 2s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

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

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

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

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.left_to_right_apperance {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.left_to_right_apperance.animated {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- helper classes --------------- */
/* --------------- radius classes --------------- */
.radius-1 {
  border-radius: 3px !important;
}

.radius-2 {
  border-radius: 5px !important;
}

.radius-3 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 12px !important;
}

.radius-6 {
  border-radius: 15px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

.radius-8 {
  border-radius: 25px !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.radius-10 {
  border-radius: 50px !important;
}

/* --------------- margin classes --------------- */
.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

/* --------------- padding classes --------------- */
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

/* --------------- opacity classes --------------- */
.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

/* --------------- lineHeight classes --------------- */
.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.6;
}

.lh-5 {
  line-height: 1.8;
}

.lh-6 {
  line-height: 2;
}

.lh-7 {
  line-height: 2.5;
}

.lh-8 {
  line-height: 3;
}

/* --------------- border color classes --------------- */
.brd-light {
  border-color: #fff4 !important;
}

.brd-gray {
  border-color: #0002 !important;
}

.bg-black {
  background-color: #000 !important;
}

/* ---------------  color classes --------------- */
.color-000 {
  color: #000 !important;
}

.color-111 {
  color: #111 !important;
}

.color-222 {
  color: #222 !important;
}

.color-333 {
  color: #333 !important;
}

.color-444 {
  color: #444 !important;
}

.color-555 {
  color: #555 !important;
}

.color-666 {
  color: #666 !important;
}

.color-777 {
  color: #777 !important;
}

.color-888 {
  color: #888 !important;
}

.color-999 {
  color: #999 !important;
}

/* --------------- icons size --------------- */
.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 {
  width: 20px;
  height: 20px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

/* --------------- img classes --------------- */
.img-cover {
  display: block;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain {
  display: block;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.imgrotate-scale-hover {
  overflow: hidden;
  display: block;
}

.imgrotate-scale-hover img {
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

/* --------------- letter spacing classes --------------- */
.ltspc-1 {
  letter-spacing: 1px;
}

.ltspc-2 {
  letter-spacing: 2px;
}

.ltspc-3 {
  letter-spacing: 3px;
}

.ltspc-4 {
  letter-spacing: 4px;
}

.ltspc-5 {
  letter-spacing: 5px;
}

.ltspc-8 {
  letter-spacing: 8px;
}

.ltspc-10 {
  letter-spacing: 10px;
}

.ltspc-12 {
  letter-spacing: 12px;
}

.ltspc-15 {
  letter-spacing: 15px;
}

.ltspc-17 {
  letter-spacing: 17px;
}

.ltspc-20 {
  letter-spacing: 20px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 14px !important;
}

/* ===============================================================
			[ * buttons Section ] 
================================================================*/
/* --------------- buttons styles --------------- */
.butn,
.btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.butn span,
.btn span {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn small,
.btn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.butn.butn-gard::before,
.btn.butn-gard::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, #0c3df4),
      color-stop(45%, #02b5ff),
      color-stop(#02b5ff),
      to(#0c3df4));
  background: -webkit-linear-gradient(left,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  background: -o-linear-gradient(left,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  background: linear-gradient(to right,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.butn-gard:hover::before,
.btn.butn-gard:hover::before {
  left: -50%;
}

.butn.dark-butn,
.btn.dark-butn {
  background: #000;
}

.butn.dark-butn span,
.butn.dark-butn small,
.btn.dark-butn span,
.btn.dark-butn small {
  color: #fff;
}

.butn.butn-blue6,
.btn.butn-blue6 {
  background: var(--color-blue6);
}

.butn.butn-blue6 span,
.butn.butn-blue6 small,
.btn.butn-blue6 span,
.btn.butn-blue6 small {
  color: #fff;
}

.butn.blue5-3Dbutn,
.btn.blue5-3Dbutn {
  background: var(--color-blue5);
  -webkit-box-shadow: 0px 4px 0px 0px var(--color-blue4);
  box-shadow: 0px 4px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px #07397235);
  filter: drop-shadow(0 13px 20px #07397235);
  font-size: 12px;
}

.butn.blue5-3Dbutn span,
.butn.blue5-3Dbutn small,
.btn.blue5-3Dbutn span,
.btn.blue5-3Dbutn small {
  color: #fff;
}

.butn.sm-butn,
.btn.sm-butn {
  padding: 10px 25px;
}

.butn.sm-butn span,
.btn.sm-butn span {
  font-size: 12px;
}

.butn:hover,
.btn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}

.butn:hover span,
.btn:hover span {
  color: #fff;
}

.butn.hover-darkBlue:hover,
.btn.hover-darkBlue:hover {
  background: var(--color-darkBlue);
  border-color: transparent !important;
}

.butn.hover-darkBlue:hover span,
.butn.hover-darkBlue:hover small,
.btn.hover-darkBlue:hover span,
.btn.hover-darkBlue:hover small {
  color: #fff;
}

.butn.hover-blue2:hover,
.btn.hover-blue2:hover {
  background: var(--color-blue2);
  border-color: transparent !important;
}

.butn.hover-blue2:hover span,
.butn.hover-blue2:hover small,
.btn.hover-blue2:hover span,
.btn.hover-blue2:hover small {
  color: #fff;
}

.butn.hover-blue4:hover,
.btn.hover-blue4:hover {
  background: var(--color-blue4);
  border-color: transparent !important;
}

.butn.hover-blue4:hover span,
.butn.hover-blue4:hover small,
.btn.hover-blue4:hover span,
.btn.hover-blue4:hover small {
  color: #fff;
}

.butn.hover-blue5:hover,
.btn.hover-blue5:hover {
  background: var(--color-blue5) !important;
  border-color: transparent !important;
}

.butn.hover-blue5:hover span,
.butn.hover-blue5:hover small,
.btn.hover-blue5:hover span,
.btn.hover-blue5:hover small {
  color: #fff;
}

.butn.hover-lightBlue:hover,
.btn.hover-lightBlue:hover {
  background: var(--color-lightBlue);
  border-color: transparent !important;
}

.butn.hover-lightBlue:hover span,
.butn.hover-lightBlue:hover small,
.btn.hover-lightBlue:hover span,
.btn.hover-lightBlue:hover small {
  color: var(--color-darkBlue);
}

.butn.btn-icon-circle,
.btn.btn-icon-circle {
  position: relative;
  padding-right: 50px;
  text-transform: capitalize;
}

.butn.btn-icon-circle i,
.btn.btn-icon-circle i {
  position: absolute;
  right: -43px;
  bottom: -5px;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
}

.butn.btn-icon-circle:hover,
.btn.btn-icon-circle:hover {
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}

.butn.btn-icon-circle:hover i,
.btn.btn-icon-circle:hover i {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

.butn.hover-shadow,
.btn.hover-shadow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.butn.hover-shadow:hover,
.btn.hover-shadow:hover {
  -webkit-box-shadow: 0 5px 10px #0003;
  box-shadow: 0 5px 10px #0003;
}

.scale_up_down {
  -webkit-animation: RL_smooth 1s ease-in-out infinite alternate both;
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}

@-webkit-keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes RL_smooth {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* ===============================================================
			[ * section title ] 
================================================================*/
/* --------------- section head styles --------------- */
.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* --------------- section style-6 --------------- */
.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}

.section-head.style-6 h2 span {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 h2 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F17101554646264541c9H5V7.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.section-head.style-6 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
}

.section-head.style-6 .second {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 .second small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 .second::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F17101554646264541c9H5V7.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

/* ===============================================================
			[ * header Section ] 
================================================================*/
/* --------------- header styles --------------- */
header.style-6 {
  position: relative;
  overflow: hidden;
}

header.style-6 .content {
  background-color: #dee0f2;
  position: relative;
  padding: 150px 0 100px;
  border-radius: 30px;
}

header.style-6 .info {
  text-align: center;
  position: relative;
  z-index: 5;
}

header.style-6 .info h6 {
  color: #666;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

header.style-6 .info h1 {
  font-size: 85px;
  color: #000;
  line-height: 1.1;
  text-align: center;
}

header.style-6 .info h1 span {
  color: #fff;
  position: relative;
  padding: 10px 40px;
}

header.style-6 .info h1 span small {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 85px;
}

/* 关键字切换效果 */
header.style-6 .info h1 {
  font-size: 45px;
  height: 90px;
  line-height: 90px;
  font-weight: 800;
}

header.style-6 .info .content {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 55px;
  overflow: hidden;
  /* font-family: 'Lato', sans-serif; */
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
  /* color: #ecf0f1; */
  text-align: left;
  background-color: transparent;
}

header.style-6 .info .content .wp-block-group__inner-container {
  font-weight: 600;
  overflow: hidden;
  height: 55px;
  padding: 0 40px;
}

header.style-6 .info .content .wp-block-group__inner-container:before {
  content: "[";
  left: 0;
}

header.style-6 .info .content .wp-block-group__inner-container:after {
  content: "]";
  position: absolute;
  right: 0;
}

header.style-6 .info .content .wp-block-group__inner-container:after,
header.style-6 .info .content .wp-block-group__inner-container:before {
  position: absolute;
  top: 0;
  font-size: 42px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

header.style-6 .info .content__container__text {
  display: inline;
  float: left;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1 !important;
}

header.style-6 .info .content__container__list {
  margin-top: 0;
  text-align: center;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

header.style-6 .info .content__container__list li {
  color: #6640f4;
  font-size: 45px;
}

header.style-6 .info .content__container__list__item {
  height: 55px;
  line-height: 55px;
  margin: 0;
}

/* 关键字切换效果---------------------------------- */

header.style-6 .info h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
  background-image: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F17101554646264541c9H5V7.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

header.style-6 .info .text {
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}

/* compare按钮 */
header.style-6 .info .btn_div {
  margin-top: 60px;
}

header.style-6 .info .btn_div button {
  color: #ecf0f1;
  font-size: 30px;
  border-radius: 20px;
}

header.style-6 .info .btn_div a {
  color: #fff;
}

header.style-6 .info .btn.butn-blue6:hover {
  color: #fff;
  background-color: #982bad;
}

/* compare按钮 -------------------------------*/

header.style-6 .info .form {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

header.style-6 .info .form .form-group {
  width: 38%;
  border-right: 1px solid #9994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

header.style-6 .info .form .form-group:last-of-type {
  border: 0;
}

header.style-6 .info .form .form-group input {
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 12px;
  width: 100%;
}

header.style-6 .info .form .form-group input::-webkit-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input:-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::placeholder {
  opacity: 0.7;
}

header.style-7 {
  position: relative;
  color: #000;
  padding-top: 30px;
  padding-bottom: 60px;
}

header.style-7 .content {
  position: relative;
  z-index: 10;
}

header.style-7 .content .headerLogo {
  position: relative;
  width: fit-content;
}

header.style-7 .content .headerLogo span {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 12px;
  color: #a44cee;
  font-weight: bold;
}

header.style-7 .content .logo {
  margin-bottom: 50px;
}

header.style-7 .content .line {
  width: 100px;
}
header.style-7 .inf {
  width: 38%;
}

header.style-7 .inf p {
  margin-top: 8px;
  margin-left: 15px;
  font-size: 12px;
}

header.style-7 .info h1 {
  margin-top: 30px;
  font-size: 60px;
}

header.style-7 .info .p1 {
  font-size: 18px;
}

header.style-7 .info h1 .num {
  color: #e2e1e1;
}

header.style-7 .info h1 .text-grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#501e9c),
      color-stop(30%, #8169f1),
      color-stop(30%, #8169f1),
      color-stop(73%, #a44cee),
      to(#ff847f));
  background-image: -webkit-linear-gradient(left,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: -o-linear-gradient(left,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: linear-gradient(to right,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
}

header.style-7 .info .btn_txt {
  font-size: 16px;
}

header.style-7 .info .btn_txt i {
  bottom: -2px;
}

header.style-7 .img {
  position: relative;
}

header.style-7 .img .rock7 {
  position: absolute;
  top: -5px;
  left: -50px;
}

header.style-7 .sponsers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.style-7 .sponsers .sponsers-content a {
  width: 100px;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}

header.style-7 .sponsers .sponsers-content a:hover {
  opacity: 100%;
}

header.style-7 .sponsers .sponsers-content {
  width: 85%;
  margin-left: 20px;
}

header.style-7 .sponsers .sponsers-content img {
  height: 50px;
  margin-top: 10px;
  -webkit-margin-end: 50px;
  margin-inline-end: 50px;
}

header.style-7 .sponsers .sponsers-content img:nth-of-type(8) {
  width: auto;
  height: 25px;
  margin-top: 5px;
  margin-left: 20px;
}

header.style-7 .head7_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* 关键字切换效果 */
header.style-7 .info h1 {
  font-size: 40px;
  height: 90px;
  line-height: 90px;
  font-weight: 800;
}

header.style-7 .info .content {
  position: relative;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 55px;
  overflow: hidden;
  /* font-family: 'Lato', sans-serif; */
  font-size: 40px;
  font-weight: 600;
  line-height: 55px;
  /* color: #ecf0f1; */
  text-align: left;
  background-color: transparent;
}

header.style-7 .info .content .wp-block-group__inner-container {
  font-weight: 600;
  overflow: hidden;
  height: 55px;
  padding: 0 40px;
}

header.style-7 .info .content .wp-block-group__inner-container:before {
  content: "[";
  left: 0;
}

header.style-7 .info .content .wp-block-group__inner-container:after {
  content: "]";
  position: absolute;
  right: 0;
}

header.style-7 .info .content .wp-block-group__inner-container:after,
header.style-7 .info .content .wp-block-group__inner-container:before {
  position: absolute;
  top: 0;
  font-size: 42px;
  -webkit-animation-name: opacity;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

header.style-7 .info .content__container__text {
  display: inline;
  float: left;
  margin: 0;
  color: #000;
  text-align: center;
  line-height: 1 !important;
}

header.style-7 .info .content__container__list {
  margin-top: 0;
  text-align: left;
  list-style: none;
  -webkit-animation-name: change;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

header.style-7 .info .content__container__list li {
  /* color: #6640f4; */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#501e9c),
      color-stop(30%, #8169f1),
      color-stop(30%, #8169f1),
      color-stop(73%, #a44cee),
      to(#ff847f));
  background-image: -webkit-linear-gradient(left,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: -o-linear-gradient(left,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: linear-gradient(to right,
      #501e9c 0%,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  font-size: 30px;
}

header.style-7 .info .content__container__list__item {
  height: 55px;
  line-height: 55px;
  margin: 0;
}

@-webkit-keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes change {

  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  5.56% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  11.11% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  16.67% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  22.22% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  27.78% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  33.33% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  38.89% {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  44.44% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }

  55.56% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }

  61.11% {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  66.67% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  72.22% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  77.78% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  83.33% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  88.89% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  94.44% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes opacity {

  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes change {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  5.56% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  11.11% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  16.67% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  22.22% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  27.78% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  33.33% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  38.89% {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  44.44% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }

  50% {
    -webkit-transform: translate3d(0, -90%, 0);
    transform: translate3d(0, -90%, 0);
  }

  55.56% {
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
  }

  61.11% {
    -webkit-transform: translate3d(0, -70%, 0);
    transform: translate3d(0, -70%, 0);
  }

  66.67% {
    -webkit-transform: translate3d(0, -60%, 0);
    transform: translate3d(0, -60%, 0);
  }

  72.22% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  77.78% {
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }

  83.33% {
    -webkit-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }

  88.89% {
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  94.44% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* 关键字切换效果---------------------------------- */

/* ===============================================================
			[ * about Section ] 
================================================================*/
/* --------------- about styles --------------- */
.about.style-4 {
  overflow: hidden;
  position: relative;
}

.about.style-4 .top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}

.about.style-4 .bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about.style-4 .integration>.content {
  max-width: 1170px;
  margin: 0 auto 20px;
}

.about.style-4 .content {
  position: relative;
  padding: 60px 0;
}

.about.style-4 .content ul li h6 {
  font-size: 15px;
}

.about.style-4 .content.frs-content .lines,
.about.style-4 .content.trd-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}

.about.style-4 .content.frs-content .bubble,
.about.style-4 .content.trd-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .content.sec-content .bubble2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.about.style-4 .btn-img {
  text-align: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f4f2fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-4 .btn-img .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #0001;
  width: 45px;
}

.about.style-4 .btn-img .inf {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about.style-4 .btn-img .inf small {
  font-size: 10px;
  color: #666;
}

.about.style-4 .btn-img .inf h6 {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
}

.about.style-4 .integration {
  position: relative;
}

.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about.style-4 .integration .content .img {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.about.style-4 .integration .content .img:nth-of-type(1) {
  width: 120px;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.about.style-4 .integration .content .img:nth-of-type(2) {
  width: 100px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.about.style-4 .integration .content .img:nth-of-type(3) {
  width: 140px;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about.style-4 .integration .content .img:nth-of-type(4) {
  width: 110px;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.about.style-4 .integration .content .img:nth-of-type(5) {
  width: 115px;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

/* ===============================================================
			[ * Info Section ] 
================================================================*/
/* --------------- Info styles --------------- */
.lang_div {
  position: absolute;
  top: 0;
  right: 0;
}

.lang_div span {
  font-size: 20px;
  cursor: pointer;
}

.act {
  color: #a44cee;
}

.mobile {
  display: none;
}

.noclick {
  pointer-events: none;
}

/* 提示错误项 */
.mistake {
  background-color: #ffc107;
}

.unshow {
  display: none;
}

/* 隐藏input type="number"时默认按钮 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

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

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* ------------------------ */

/* 隐藏input自动填充背景色 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 111111s;
  -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.info {
  position: relative;
  width: 100%;
  padding: 100px 0;
  z-index: 101;
}

.info .container {
  max-width: 1170px;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.et-highlighted .container {
  box-shadow: 0 48px 48px -32px rgb(23 16 159 / 20%),
    0 96px 96px -64px rgb(3 2 20 / 60%);
  /* background: linear-gradient(315deg, rgba(101,0,94,1) 3%, rgba(60,132,206,1) 38%, rgba(48,238,226,1) 68%, rgba(255,25,25,1) 98%);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  background-attachment: fixed; */
}

.info .container .content {
  position: relative;
  width: 100%;
  height: 650px;
  padding: 40px 50px 30px;
}

.info .container .content .robot_img {
  display: block;
  float: left;
  width: auto;
  height: 35px;
  padding: 0;
  margin-right: 30px;
  visibility: hidden;
}

.info .container .content .info-logo {
  display: block;
  float: right;
  width: 200px;
}

.info .container .content .showInfo {
  margin: 10px 0;
  padding-left: 50px;
}

.info .container .content .showInfo .q1,
.info .container .content .showInfo .q2,
.info .container .content .showInfo .q3,
.info .container .content .showInfo .q4,
.info .container .content .showInfo .q5,
.info .container .content .showInfo .q6,
.info .container .content .showInfo .q7,
.info .container .content .showInfo .q8,
.info .container .content .showInfo .q9,
.info .container .content .showInfo .q10 {
  display: none;
}

.info .container .content .showInfo .span {
  width: auto;
  margin: 10px 50px 10px 0;
  padding: 0 !important;
  font-weight: bold;
  border: 1px solid;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  border-top: none;
  border-left: none;
  border-right: none;
}

.info .container .content .form-check {
  margin-top: 10px;
  padding: 10px 50px;
  font-size: 20px;
  text-align: left;
  background-color: rgba(88,88,88,0.05);
}

.info .container .content .question0,
.info .container .content .question2,
.info .container .content .question3,
.info .container .content .question4,
.info .container .content .question5,
.info .container .content .question6,
.info .container .content .question7,
.info .container .content .question8,
.info .container .content .question9,
.info .container .content .question10,
.info .container .content .question11,
.info .container .content .question12,
.info .container .content .question13,
.info .container .content .question14,
.info .container .content .question15 {
  visibility: hidden;
}

/* .info .container .content .question1 {
  display: none;
} */

.info .container .content .fillinInfo {
  position: absolute;
  top: 170px;
  width: 100%;
}

.info .container .content .fillinInfo .title {
  text-align: left;
}

.info .container .content .fillinInfo h2 {
  display: block;
  float: left;
  width: 85%;
  vertical-align: middle;
}

.info .container .content .fillinInfo .title img {
  display: block;
  float: left;
  margin-right: 15px;
}

.info .container .content .fillinInfo .biaoti6,
.info .container .content .fillinInfo .biaoti7{
  display: none;
}

.info .container .content .fillinInfo .form-floating label {
  border: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#501e9c),
    color-stop(30%, #8169f1),
    color-stop(30%, #8169f1),
    color-stop(73%, #a44cee),
    to(#ff847f)
  );
  background-image: -webkit-linear-gradient(
    left,
    #501e9c 0%,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  );
  background-image: -o-linear-gradient(
    left,
    #501e9c 0%,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  );
  background-image: linear-gradient(
    to right,
    #501e9c 0%,
    #8169f1 30%,
    #8169f1 30%,
    #a44cee 73%,
    #ff847f 100%
  ); */
  background-image: linear-gradient(to right, #982bad, #362bb0);
  background-image: transparent;
  border: 0;
}

.info .container .content .fillinInfo .opt .check {
  display: none;
}

.info .container .content .fillinInfo .form-check:hover > .form-check-input:nth-child(n) {
  border-color: #0d6efd;
  background: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F1710155081434n7dsQrU3Jc.webp") no-repeat;
  background-position: center center;
}

.info .container .content .fillinInfo .form-check:hover > .quxiao:nth-child(n) {
  border-color: #0d6efd;
  background: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F1710155082375fN5Rv83Cvt.webp") no-repeat;
  background-position: center center;
}

.info .container .content .fillinInfo .form-check .form-check-input {
  width: 2rem;
  height: 2rem;
  margin-top: 0;
  margin-right: 10px;
}

.info .nextBtn {
  float: left;
  width: 130px;
  padding: 8px 25px;
  margin-top: 20px;
  color: #fff;
  border-radius: 10px;
  border: none;
  background-image: linear-gradient(to right, #982bad, #362bb0);
}

.info .nextBtn:hover {
  background-image: linear-gradient(to right, #0d6efd, #0d6efd);
}

.info .container .content .fillinInfo .opt {
  float: left;
  margin: 5px 5px 5px 15px;
  color: rgba(0, 0, 0, 0.6);
}

.info .container .content .fillinInfo .opt:hover {
  color: rgba(0, 0, 0, 1);
}

.info .container .content .fillinInfo .opt .option {
  width: 30px;
  margin: 5px;
  vertical-align: middle;
}

.info .container .content .fillinInfo .opt p {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
}

.info .container .content .question1 .input,
.info .container .content .question0 .input {
  width: 65%;
  border: 1px solid;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
}

.info .container .content .question1 .form-check label,
.info .container .content .question0 .form-check label {
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
}

.info .container .content .question1 .form-check label a, 
.info .container .content .question0 .form-check label a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #982bad, #362bb0);
}

.info .container .content .question2 .form-check,
.info .container .content .question3 .form-check,
.info .container .content .question7 .form-check,
.info .container .content .question8 .form-check,
.info .container .content .question11 .form-check,
.info .container .content .question13 .form-check,
.info .container .content .question14 .form-check
{
  width: 55%;
}

.info .container .content .fillinInfo .form-check:hover {
  cursor: pointer;
}

.info .container .content .fillinInfo .form-check .form-check-input:hover {
  cursor: pointer;
}

.info .container .content .fillinInfo .form-check label:hover {
  cursor: pointer;
}

.info .container .content .fillinInfo .form-check label {
  display: block;
  line-height: 30px;
  font-size: 16px;
}

.info .container .content .question1 .code_select {
  display: block;
  width: fit-content;
  padding: 16px 12px 0;
  text-align: left;
  border: none;
  border-right: none;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #982bad, #362bb0);
}

.info .container .content .question1 .intl-tel-input {
  display: block;
}

.info .container .content .question1 .intl-tel-input .selected-flag {
  padding-left: 12px;
}

.info .container .content .question1 .intl-tel-input .selected-flag .iti-arrow {
  right: 0;
}

.info .container .content .question1 #birthday,
.info .container .content .question0 #birthday {
  width: 65%;
  flex: 0 0 auto;
  border: 1px solid;
  border-image: linear-gradient(90deg, #982bad, #362bb0) 1;
  border-left: none;
  border-top: none;
  border-right: none;
}

.info .container .content .question1 .birth,
.info .container .content .question0 .birth {
  text-align: left;
}

.info .container .content .question1 .birth label,
.info .container .content .question0 .birth label {
  display: block;
  width: fit-content;
  padding: 16px 12px 6px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #982bad, #362bb0);
}

.info .container .content .question1 .birth .form-select,
.info .container .content .question0 .birth .form-select {
  display: inline-block;
  width: 23%;
  /* border: 1px solid; */
  border-radius: 0;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  border-image: -webkit-linear-gradient(to right, #982bad, #362bb0) 1;
  /* clip-path: inset(0 round 3px); */
  transform: rotateZ(360deg);
}

.info .container .content .question1 .birth .day,
.info .container .content .question0 .birth .day {
  display: inline-block;
  width: 20%;
  border: 1px solid;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  /* clip-path: inset(0 round 3px); */
}

.info .container .content .question1 .birth .year,
.info .container .content .question0 .birth .year {
  display: inline-block;
  width: 20%;
  border: 1px solid;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  /* clip-path: inset(0 round 3px); */
}

.info .container .content .question4 .opt p {
  width: 85%;
  text-align: left;
  vertical-align: top;
}

.info .container .content .question5 .title span {
  font-size: 24px;
  line-height: 45px;
}

.info .container .content .question5 .txt_p {
  /* margin-left: 15px; */
  margin: 20px 0 ;
  font-size: 18px;
  text-align: left;
}

.info .container .content .question5 .nextBtn {
  width: 170px;
  background-size: 100% 100%;
}

.info .container .content .question6 .option_table {
  display: inline-block;
  width: 75%;
  /* background: url("/assets/img/userInfo/bg_box3.png") no-repeat;
  background-position: center top;
  background-size: 101% 102%; */
  /* border: 2px solid;
  border-radius: 10px;
  border-image: linear-gradient(to right, #982bad, #362bb0) 1;
  clip-path: inset(0 round 10px); */
}

.info .container .content .question6 .option6 {
  float: left;
  margin: 5px 10px 5px 0;
  font-size: 28px;
}

.info .container .content .question6 .option6 .btn {
  width: 100%;
  padding: 10px 12px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  background-color: rgba(0, 0, 0, 0.06);
}

.active {
  color: #fff;
  /* background-image: linear-gradient(to right, #982bad, #362bb0); */
  background-color: #0d6efd;
  border-radius: 10px;
}

.info .container .content .question6 .option6 p {
  display: inline-block;
  height: 100%;
  /* line-height: 100%; */
}

.info .container .content .question6 .nextBtn {
  margin-left: 25px;
}

.info .container .content .question15 .form-check-label {
  width: 100%;
  margin-bottom: 10px;
  text-align: left;
}

.info .container .content .question15 .select {
  width: 60%;
  height: fit-content;
  margin-bottom: 20px;
}

.info .container .content .question15 .select .selection {
  width: 100%;
}

.info .container .content .question15 .tips {
  margin-top: -25px;
  color: #F65032;
  text-align: left;
}

.select2-container--default .select2-selection--single {
  height: 46px;
  line-height: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 46px;
  line-height: 46px;
  text-align: left;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #7722B6;
}

.info .container .content .stars {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}

.info .container .content .testi-cards {
  position: relative;
  padding: 0 3vw 0 0;
}

.info .container .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  margin: 10px;
  text-align: left;
}

.info .container .content .testi-cards .client_card .user_img {
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.info .container .content .testi-cards .client_card .user_img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info .container .content .testi-cards .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.info .container .content .testi-cards .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 10px;
}

.info .container .content .testi-cards .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

.info .container .content .testi-cards .client_card .inf_content p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

.info .container .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2e99f5;
}

.info .container .content .testi-cards .client_card:nth-of-type(1) {
  right: 3vw;
}

.info .container .content .testi-cards .client_card:nth-of-type(2) {
  right: 0;
}

.info .container .content .testi-cards .client_card:nth-of-type(3) {
  right: 3vw;
}

.info .container .content .testi-cards .testi-globe {
  position: absolute;
  top: -45px;
  left: -5vw;
  width: 115%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.info .container .content .policy {
  position: relative;
  left: -3vw;
  text-align: right;
}

.info .container .content .policy p {
  margin-top: 20px;
  font-size: 12px;
}

.info .container .content .policy a {
  text-decoration: underline !important;
}

.info .container .bottom {
  height: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.info .container .bottom .progress1 {
  width: 80%;
  margin: 0 auto;
}

.info .container .bottom .progress1 .procedure {
  position: relative;
  bottom: 30px;
  display: inline-block;
}

.info .container .bottom .progress1 .procedure div {
  width: 50px;
  height: 50px;
  background: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F1710155151081Ll6sOXuQK5.webp") no-repeat;
  background-size: contain;
  background-position: center center;
}

.info .container .bottom .progress1 .procedure img {
  display: block;
  width: 5px;
  height: 5px;
  margin: 10px auto 0;
}

.info .container .bottom .progress1 .procedure div img {
  position: relative;
  top: 10px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
}

.info .container .bottom .progress1 .procedure2,
.info .container .bottom .progress1 .procedure3,
.info .container .bottom .progress1 .procedure4,
.info .container .bottom .progress1 .procedure5,
.info .container .bottom .progress1 .procedure6 {
  display: none;
}

.info .container .bottom .progress1 .line {
  width: 14.5%;
  height: 1px;
  margin-top: -85px;
  text-align: center;
}

.info .container .bottom .progress1 .line00 {
  position: absolute;
  left: 74%;
  bottom: 20px;
  /* width: 11.6%; */
  width: 0;
}

.info .container .bottom .progress1 .line12,
.info .container .bottom .progress1 .line22,
.info .container .bottom .progress1 .line32,
.info .container .bottom .progress1 .line42 {
  display: none;
}

.info .container .bottom .progress1 .step {
  width: 30px;
  height: auto;
  margin: -85px auto 10px;
}

.info .container .bottom .progress1 .step1,
.info .container .bottom .progress1 .step21,
.info .container .bottom .progress1 .step31,
.info .container .bottom .progress1 .step41,
.info .container .bottom .progress1 .step51,
.info .container .bottom .progress1 .step61 {
  display: none;
}

.et-highlightable {
  transition: all 0.5s ease-in-out;
}

.et-highlighted {
  transform: scale(1.05);
}

body .et-highlighted-hidden .et-highlighted-overlay {
  opacity: 1;
  visibility: visible;
}

.et-highlighted-overlay {
  /* background: rgba(78, 47, 188, .8); */
  background: linear-gradient(90deg, #982bad 0%, #362bb0 100%);
  /* background: rgb(255 255 255 / 25%);
  animation: wave 10s -3s linear infinite;
  transform: translate3d(0,0,0); */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  transition: all 0.5s ease-in-out;
  z-index: 100;
}

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

  50% {
    background-position: 100% 100%;
  }

  100% {
    background-position: 0% 0%;
  }
}

@keyframes wave {
  2% {
    transform: translateX(1);
  }

  25% {
    transform: translateX(-25%);
  }

  50% {
    transform: translateX(-50%);
  }

  75% {
    transform: translateX(-25%);
  }

  100% {
    transform: translateX(1);
  }
}

/* ===============================================================
			[ * Info Section End] 
================================================================*/

/* ===============================================================
			[ * services Section ] 
================================================================*/
/* --------------- services styles --------------- */
.services-slider.style-6 .swiper-container {
  padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 0;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-next {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 20px;
  -webkit-filter: drop-shadow(5px 50px 30px #07397211);
  filter: drop-shadow(5px 50px 30px #07397211);
}

.services-slider.style-6 .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f1f2fa;
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
  color: #000;
}

.service-card.style-6 .icon {
  -webkit-filter: drop-shadow(5px 15px 20px #07397255);
  filter: drop-shadow(5px 15px 20px #07397255);
  margin-bottom: 25px;
}

.service-card.style-6 .icon img {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-card.style-6 .info h5 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}

.service-card.style-6 .info .text {
  font-size: 11px;
  color: #666;
}

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/
/* --------------- testimonials styles --------------- */
.testimonials.style-1 .content .vid_img {
  position: relative;
  height: 400px;
  min-height: 100%;
}

.testimonials.style-1 .content .vid_img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#0007),
      to(#0001));
  background: -webkit-linear-gradient(bottom, #0007, #0001);
  background: -o-linear-gradient(bottom, #0007, #0001);
  background: linear-gradient(to top, #0007, #0001);
}

.testimonials.style-1 .content .vid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-1 .content .vid_img .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main-grad);
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .play_icon i {
  color: #fff;
  font-size: 28px;
  margin-left: 3px;
}

.testimonials.style-1 .content .vid_img .img_info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .img_info h4 {
  color: #fff;
  font-weight: bold;
}

.testimonials.style-1 .content .vid_img .img_info small {
  color: #fff;
  display: block;
  font-size: 11px;
}

.testimonials.style-1 .content .info {
  position: relative;
  padding-left: 75px;
  min-height: 100%;
}

.testimonials.style-1 .content .info::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9991;
}

.testimonials.style-1 .content .info .client_card {
  border: 1px solid #9994;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.testimonials.style-1 .content .info .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-1 .content .info .client_card .user_img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-1 .content .info .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.testimonials.style-1 .content .info .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 10px;
}

.testimonials.style-1 .content .info .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 15px;
}

.testimonials.style-1 .content .info .client_card .inf_content p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-1 .content .info .client_card .inf_content p span {
  text-transform: capitalize;
}

.reviews.style-2 {
  position: relative;
}

.reviews.style-2 .rev_l {
  position: absolute;
  left: 0;
  top: 30%;
  width: 20%;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
}

.reviews.style-2 .rev_r {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20%;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.swiper-slide .reviews_card.style-2 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
  -ms-transform: scale(0.8) translateY(20px);
  transform: scale(0.8) translateY(20px);
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.swiper-slide.swiper-slide-active .reviews_card.style-2 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.reviews_card.style-2 .rev_user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  outline: 1px solid var(--color-lightBlue);
  outline-offset: 5px;
  margin: 40px auto 25px;
}

.reviews_card.style-2 .rev_user img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.reviews_card.style-2 .rev_stars i {
  color: greenyellow;
}

.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5;
}

.testimonials.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}

.testimonials.style-3 .testimonial-card.style-3 .text {
  font-size: 18px;
  line-height: 28px;
  min-height: 112px;
}

.testimonials.style-3 .testimonial-card.style-3 p {
  font-size: 13px;
  line-height: 1.1;
}

.testimonials.style-3 .testimonial-card.style-3 small {
  font-size: 11px;
}

.testimonials.style-3 .testimonial-slider.style-3 {
  position: relative;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next {
  top: -65px;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next::after {
  font-size: 12px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next:hover {
  background: var(--color-blue2);
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev {
  top: -65px;
  left: auto;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev::after {
  font-size: 12px;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev:hover {
  background: var(--color-blue2);
}

.testimonials.style-4 .content {
  border-bottom: 1px solid #9993;
  padding-bottom: 80px;
}

.testimonials.style-4 .content .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials.style-4 .content .numbs .num-card .icon {
  height: 55px;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .numbs .num-card h2 {
  color: var(--color-blue4);
}

.testimonials.style-4 .content .numbs .num-card p {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
}

.testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #9993;
}

.testimonials.style-4 .content .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-4 .content .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5842bc99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonials.style-4 .content .play-btn .icon i {
  color: var(--color-blue4);
  font-size: 16px;
}

.testimonials.style-4 .content .stars {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards {
  position: relative;
  padding: 0 5vw;
}

.testimonials.style-4 .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0px rgba(45, 42, 61, 0.1);
  margin: 20px;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 10px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2e99f5;
}

.testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
  right: -5vw;
}

.testimonials.style-4 .content .testi-cards .testi-globe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
}

.testi-card.style-5:hover {
  -webkit-box-shadow: 0px 30px 60px 0px #0a2b5326;
  box-shadow: 0px 30px 60px 0px #0a2b5326;
}

.testi-card.style-5:hover .card-title {
  color: var(--color-blue5);
}

.testi-card.style-5 .stars i {
  color: #27a700;
  font-size: 15px;
}

.testi-card.style-5 .text {
  font-size: 19px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}

.testi-card.style-5 .user h6 {
  margin: 15px auto 0;
  font-size: 14px;
  font-weight: bold;
}

.testi-card.style-5 .user small {
  font-size: 11px;
  color: #666;
}

.testimonials.style-6 {
  padding: 50px 0 120px;
}

.testimonials.style-6 .testi-slider.style-6 .icon {
  width: 95px;
  height: 95px;
  background-color: var(--color-blue6);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60% 40% 40% 40%;
  font-size: 35px;
}

.testimonials.style-6 .testi-slider.style-6 .testi-card .text {
  color: #000;
  font-size: 23px;
  line-height: 1.4;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  background-color: #f1f2fa;
  width: 40px;
  height: 40px;
  top: 100%;
  margin-top: 40px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next:hover,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue6);
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next {
  right: auto;
  left: 50px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  left: 0;
}

.testimonials.style-6 .img {
  position: relative;
  margin-top: 50px;
}

.testimonials.style-6 .img img {
  position: relative;
  z-index: 5;
}

.testimonials.style-6 .img .bubbls {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
}

.testimonials.style-7 {
  position: relative;
  background-color: #f0eff5;
}

.testimonials.style-7 .container {
  position: relative;
  z-index: 10;
}

.testimonials.style-7::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fff),
      to(transparent));
  background: -webkit-linear-gradient(top, #fff, transparent);
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}

.testimonials.style-7 .img_back {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  z-index: 1;
}

.testimonials.style-7 .testi_qout {
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
}

.testimonials.style-7 .testi-card {
  z-index: 2;
}

.testimonials.style-7 .testi-card .text {
  font-size: 24px;
  text-align: center;
}

.testimonials.style-7 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.testimonials.style-7 .testi-card .author .inf p {
  color: #946ed6;
}

.testimonials.style-7 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

.testimonials.style-7 .get-qoute-banner {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 50px;
  margin-top: 130px;
}

.testimonials.style-7 .get-qoute-banner .info p {
  color: #666;
  margin-bottom: 5px;
}

.testimonials.style-7 .get-qoute-banner .info h6 {
  font-size: 24px;
  font-weight: bold;
}

.testimonials.style-7 .get-qoute-banner .img {
  text-align: center;
}

.testimonials.style-7 .get-qoute-banner .img img {
  width: 200px;
  margin-top: -30px;
}

.testimonials.style-8 .testi-card .info {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.testimonials.style-8 .testi-card .info::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 100px;
  width: 50px;
  height: 20px;
  border-left: 25px solid #fff;
  border-right: 25px solid transparent;
  border-top: 10px solid #fff;
  border-bottom: 10px solid transparent;
}

.testimonials.style-8 .testi-card .info .stars {
  color: var(--color-orange1);
  margin-bottom: 25px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info p {
  font-size: 20px;
  position: relative;
  z-index: 5;
}

.testimonials.style-8 .testi-card .info .icon {
  position: absolute;
  width: 100px;
  right: 30px;
  top: 30px;
  pointer-events: none;
}

.testimonials.style-8 .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonials.style-8 .testi-card .author .inf p {
  color: var(--color-main);
  text-transform: uppercase;
}

.testimonials.style-8 .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}

/* ===============================================================
			[ * testimonials Section ] 
================================================================*/

/* ===============================================================
			[ * numbers Section ] 
================================================================*/
/* --------------- numbers style-6 --------------- */
.number-card.style-6 {
  border-right: 1px solid #9993;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.number-card.style-6 h2 {
  font-size: 45px;
  /* color: var(--color-blue6); */
  color: #7723b6;
}

.number-card.style-6 .text {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
}

/* ===============================================================
			[ * footer Section ] 
================================================================*/
/* --------------- footer styles --------------- */

footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
  /* background: url(../img/foot_7_pattern.png) #f0eff5;
  background-position: bottom; */
}

footer.style-6 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}

footer.style-6 .items .socail-icons {
  margin-top: 30px;
}

footer.style-6 .items .socail-icons a:hover {
  background-color: var(--color-blue6) !important;
  color: #fff !important;
}

footer.style-6 .items ul li {
  margin: 5px 0;
}

footer.style-6 .items ul li a {
  font-size: 12px;
}

footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}

/* 下载按钮样式 */
footer.style-6 .items .download {
  width: 100%;
  display: block;
}

footer.style-6 .items .appleBtn,
footer.style-6 .items .googleBtn {
  display: block;
  float: left;
  width: 40%;
  margin: 5px 5px 8px 0;
}

footer.style-6 .form .form-group {
  position: relative;
}

footer.style-6 .form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}

footer.style-6 .form .form-group input {
  width: 100%;
  border: 1px solid #9993;
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 0 40px;
}

footer.style-6 .form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}

footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-6 .foot .logo {
  width: 150px;
}

footer.style-6 .foot .col-lg-6 {
  line-height: 32px;
} 

footer.style-7 {
  position: relative;
  padding-bottom: 40px;
}

footer.bg {
  background: url("https://marsconnect.obs.ap-southeast-3.myhuaweicloud.com:443/consultan%2F1710212619128UWop2GV5dY.webp") #f0eff5;
  background-size: cover;
  background-position: bottom;
}

footer.style-7 .info-logo {
  -webkit-padding-end: 50px;
  padding-inline-end: 50px;
}

footer.style-7 .info-logo .logo {
  width: 200px;
  margin-bottom: 40px;
}

footer.style-7 .info-logo .address {
  display: flex;
}

footer.style-7 .info-logo .text {
  font-size: 16px;
  margin-bottom: 30px;
}

footer.style-7 .info-logo .social-links a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 16px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

footer.style-7 .info-logo .social-links a:hover {
  background-color: var(--color-blue7);
  color: #fff;
}

footer.style-7 .info-logo .social-links .link_a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #f0eff5;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 16px;
  -webkit-margin-end: 10px;
  margin-inline-end: 10px;
}

footer.style-7 .info-logo .social-links .link_a:hover {
  background-color: var(--color-blue7);
  color: #fff;
}

footer.style-7 .links-side {
  -webkit-padding-start: 50px;
  padding-inline-start: 50px;
}

footer.style-7 .links-side .links-group h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}

footer.style-7 .links-side .links-group .links a {
  margin: 7px 0;
}

/* download样式 */
.down_div .appleBtn,
.down_div .googleBtn {
  display: block;
  float: left;
  width: 150px;
  margin-top: 20px;
}

.down_div .appleBtn {
  margin-right: 20px;
}

footer.style-7 .items .title {
  font-weight: bold;
  margin: 15px 0 45px;
  color: #000;
}

footer.style-7 .items small {
  margin-top: 81px;
}

footer.style-7 .items .download {
  width: 100%;
  display: block;
}

footer.style-7 .items .appleBtn,
footer.style-7 .items .googleBtn {
  display: block;
  float: left;
  width: 25%;
  margin: 10px 5px 8px 0;
}

footer.style-7 .claimer {
  margin-bottom: 20px;
}

footer.style-7 .claimer_label {
  font-size: 16px;
  font-weight: 700;
}

/* ===============================================================
			[ * responsive style ] 
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}

@media screen and (max-width: 1280px) {
  .info {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1180px) {

  header.style-7 .info .content {
    width: 105%;
    left: 53%;
  }

  header.style-7 .inf {
    width: 40%;
  }

  .info {
    padding: 25px 0;
  }

  .info .container {
    max-width: 950px;
  }

  .info .container .content .showInfo .span {
    margin: 5px 50px 10px 0;
  }

  .info .container .content .question11 .form-check {
    width: 65%;
  }

  .info .container .content .testi-cards .testi-globe {
    left: -13vw;
    width: 140%;
  }

  .info .container .bottom .progress1 .line {
    width: 13.5%;
  }

  .info .container .bottom .progress1 .line00 {
    width: 0;
  }

  .numbers {
    padding: 50px 0 0;
  }

  footer.style-7 .container {
    max-width: 950px;
  }

  footer.style-7 .info-logo {
    padding-inline-end: 25px;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .testimonials.style-8 .testi-card .info {
    padding: 21px;
  }
}

@media screen and (max-width: 1024px) {
  .testimonials.style-8 .testi-card .info {
    padding: 21px;
  }
}

#cover {
  position: fixed;
  right: 25px;
  bottom: 75px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, 0.3);
  background: url(../img/userInfo/WhatApp.svg) no-repeat;
  background-size: contain;
  z-index: 10000;
}

#cover:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 820px) {

  .section-padding {
    padding: 70px 0;
  }

  .section-head h2 {
    font-size: 25px;
  }

  .style-4 .mb-60 {
    margin-bottom: 30px !important;
  }

  .style-4 .mb-70 {
    margin-bottom: 40px !important;
  }

  .style-4 br {
    display: none;
  }

  .style-6 br {
    display: none;
  }

  /* 手机端样式 */
  #preloader h1 {
    position: absolute;
    top: 225px;
    font-size: 30px;
    text-align: center;
  }

  #preloader .content {
    position: absolute;
    top: 300px;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    font-size: 26px;
  }

  #preloader .content,
  #preloader .content .content__container__list {
    width: 100%;
  }

  #preloader .content .content__container__list li {
    font-size: 26px;
  }

  #preloader .loading_img {
    width: 400px;
    height: 310px;
    margin-left: -200px;
  }

  header.style-7 {
    padding-bottom: 35px;
  }

  header.style-7 .content .logo {
    display: block;
    margin: 0 auto;
  }

  header.style-7 .btn {
    width: 60%;
    margin: 0 auto;
  }

  header.style-7 .inf {
    width: 100%;
    text-align: center;
  }

  header.style-7 .img {
    display: none;
  }

  header.style-7 .sponsers {
    flex-direction: column;
  }

  header.style-7 .sponsers .title {
    margin: 0 auto;
    font-weight: 400 !important;
  }

  header.style-7 .sponsers .sponsers-content {
    display: block;
    width: 60%;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
  }

  header.style-7 .sponsers .sponsers-content img {
    margin-top: 20px;
    margin-inline-end: 3.5%;
  }

  header.style-7 .sponsers .sponsers-content img:nth-of-type(3),
  header.style-7 .sponsers .sponsers-content img:nth-of-type(6),
  header.style-7 .sponsers .sponsers-content img:nth-of-type(9) {
    margin-inline-end: 0;
  }

  header.style-7 .sponsers .sponsers-content img:nth-of-type(8) {
    margin-top: 10px;
    margin-right: 25px;
  }

  header.style-7 .info {
    padding: 0;
  }

  header.style-7 .info .content .content_container_text {
    width: 100%;
    margin-top: 0;
    font-size: 26px;
    text-align: center;
  }

  header.style-7 .info .content .content__container__list {
    width: 100%;
    text-align: center;
  }

  header.style-7 .info .content .content__container__list li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 28px;
  }
  
  header.style-6 .info .text {
    margin-top: 20px;
  }

  header.style-6 .info .text br {
    display: none;
  }

  header.style-6 .info .btn_div button {
    padding: 8px 20px;
    font-size: 26px;
  }

  header.style-6 .info .form {
    border-radius: 15px;
  }

  header.style-6 .info .form .form-group {
    width: 100%;
    margin: 8px 0;
  }

  header.style-6 .info .form .btn {
    width: 100%;
    margin-top: 15px;
  }

  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important;
  }

  header.style-6 {
    padding: 0;
  }

  header.style-6 .content {
    border-radius: 0;
  }

  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
    font-size: 30px;
  }

  /* 手机端info样式 */
  .mobile {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .leader2,.leader3 {
    display: none;
  }

  .info.style-6 {
    width: 100%;
    margin: 0 auto;
  }

  .info .container {
    width: 60%;
  }

  .info.style-6 .content {
    width: 100%;
    height: 650px;
    padding: 20px;
  }

  .info.style-6 .row {
    width: 100%;
    margin-left: 0;
  }

  .info .container .content .robot_img {
    display: none;
  }

  .info .container .content .info-logo {
    float: none;
  }

  .info.style-6 .showInfo {
    display: block;
    display: none;
    width: 100%;
    margin: 0;
  }

  .info.style-6 .showInfo .span {
    display: block;
    margin: 8px auto;
  }

  .info .container .content .fillinInfo {
    top: 100px;
  }
  
  .info.style-6 .content .fillinInfo .title img {
    display: none;
    width: 30px;
    margin-right: 10px;
  }

  .info.style-6 .content .fillinInfo .title h2 {
    width: 80%;
    font-size: 24px;
    text-align: left;
  }

  .info .container .content .fillinInfo .form-check label{
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
  }

  .info .container .content .fillinInfo .form-check .form-check-input {
    margin-top: -4px;
  }

  .info .container .content .fillinInfo .form-check {
    width: 85%;
    padding: 15px 5px 15px 35px;
  }

  .info.style-6 .content .fillinInfo .nextBtn {
    display: block;
    margin: 20px auto 0;
  }

  .info .container .content .policy {
    top: 10vw;
  }

  .info .container .content .policy p {
    font-size: 10px;
    text-align: center;
  }

  .info .container .content .question1 .policy {
    left: 0;
  }

  .info.style-6 .container .content .question1 .title {
    margin-left: 20%;
  }

  .info .container .content .question1 .intl-tel-input .flag-container {
    left: 10%;
  }

  .info .container .content .question1 .intl-tel-input .selected-flag {
    padding-left: 0;
  }

  .info .container .content .question1 .intl-tel-input .selected-flag .iti-arrow {
    right: 10px;
  }

  .info.style-6 .container .content .question1 .input {
    width: 88%;
    margin: 0 auto 0 10%;
  }

  .info.style-6 .container .content .question1 label {
    padding-left: 10%;
  }

  .info.style-6 .container .content .question1 #birthday {
    width: 88%;
    margin-left: 10%;
    margin-top: 0;
  }

  .info .container .content .question1 .birth .form-select {
    width: 36%;
    padding: 6px 26px 6px 8px;
    background-position: right .375rem center;
  }

  .info .container .content .question1 .birth .day{
    width: 23%;
    margin-left: 10%;
  }
  .info .container .content .question1 .birth .year {
    width: 26%;
  }

  .info.style-6 .container .content .question1 .nextBtn {
    width: 90%;
    margin-left: 10%;
  }

  .info .container .content .question2 .opt2 .option2 {
    width: 20px;
  }

  .info .container .content .question2 .opt2 p {
    font-size: 18px;
  }

  .info .container .content .question2 .opt3 .option3 {
    width: 20px;
  }

  .info .container .content .question3 .opt3 p {
    font-size: 18px;
  }

  .info .container .content .question4 .opt4 .option4 {
    width: 20px;
  }

  .info .container .content .question4 .opt4:hover p {
    font-size: 18px;
  }

  .info.style-6 .container .content .question5 .title h2 {
    display: inline-block;
    width: 85%;
  }

  .info.style-6 .container .content .question5 .opt5 {
    width: 70px;
    height: 70px;
  }

  .info.style-6 .container .content .question5 .opt5 .option5 {
    width: 20px;
    margin-top: 5px;
  }

  .info.style-6 .container .content .question5 .opt5 p {
    font-size: 12px;
  }

  .info .container .content .question5 p {
    width: 85%;
    margin-left: 0;
  }

  .info .container .content .question5 .nextBtn {
    width: 60%;
    margin-left: 12%;
  }

  .info .container .content .question6 .title {
    margin-left: -50px;
  }

  .info .container .content .question6 .option_table {
    width: 100%;
    margin-left: -60px;
  }

  .info .container .content .question6 .option6 {
    display: inline-block;
    margin: 10px 12px 0 0;
  }

  .info .container .content .question6 .policy p,
  .info .container .content .question9 .policy p{
    margin-top: 5px;
  }

  .info .container .content .question6 .option6 .btn {
    padding: 10px;
  }

  .info .container .content .question6 .question6_btn {
    margin-left: -20px;
  }

  .info .container .content .question6 .option6:nth-of-type(2) {
    border-top-right-radius: 10px;
  }

  .info .container .content .question6 .option6:nth-of-type(11) {
    border-bottom-left-radius: 10px;
  }

  .info .container .content .question6 .nextBtn {
    width: 100%;
    margin-top: 20px;
    margin-left: -10%;
  }

  .info .container .content .question9 .form-check {
    margin-top: 5px;
  }

  .info .container .content .question15 {
    padding: 0 15px;
  }

  .info .container .content .question15 .select {
    width: 100%;
  }

  .info .container .content .testi-cards {
    display: none;
  }

  .info .container .bottom .progress1 {
    width: 84%;
    margin: 0 auto;
  }

  .info .container .bottom .progress1 .procedure {
    bottom: 0;
  }

  .info .container .bottom .progress1 .procedure div {
    width: 26px;
    height: 26px;
  }

  .info .container .bottom .progress1 .procedure div img {
    top: 6px;
    width: 14px;
    height: 14px;
    margin-left: -7px;
  }

  .info .container .bottom .progress1 .procedure img {
    margin-top: 5px;
  }

  .info .container .bottom .progress1 .step {
    width: 16px;
    margin-top: -10px;
  }

  .info .container .bottom .progress1 .line {
    width: 12%;
    margin-top: -15px;
  }

  .info .container .bottom .progress1 .line00 {
    bottom: 19px;
    left: 75%;
    width: 0;
  }

  .numbers .container .content {
    width: 55%;
    margin: 0 auto;
  }

  .testimonials.style-8 .container .content {
    width: 55%;
    margin: 0 auto;
  }

  .about.style-4 .container {
    display: none;
  }

  .about.style-6 {
    overflow: hidden;
  }

  .about.style-6 .info {
    margin-bottom: 30px;
  }

  .service-card.style-6 {
    margin: 15px;
  }

  .section-head.d-flex {
    display: block !important;
  }

  /* 手机端footer.style-7 */
  footer.style-7 .info-logo .logo {
    margin-bottom: 20px;
  }

  footer.style-7 .info-logo .icon_img {
    vertical-align: top;
  }

  footer.style-7 .info-logo .icon_text {
    width: 90%;
  }

  footer.style-7 .items .title {
    margin: 20px 0;
  }

  header.style-7 .info h1 {
    width: 60%;
    height: 55px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
  }

  header.style-7 .info .content {
    width: 100%;
    left: 50%;
    margin-top: 75px;
    font-weight: 900;
  }

  header.style-7 .info .btn_txt {
    font-size: 20px;
  }

  header.style-7 .info .btn_txt i {
    bottom: 2px;
    transform: rotate(90deg);
  }

  header.style-7 .info .inf .changeline {
    display: none;
  }

  header.style-7 .inf p {
    margin-left: 0;
    font-size: 14px;
  }

  header.style-7 .img .rock7,
  .about.style-7 .img .circle {
    right: 0;
    width: 30%;
  }

  header.style-7 .sponsers br {
    display: none;
  }

  header.style-7 .sponsers .sponsers-content a {
    margin: 10px 10px 10px 0;
    width: 20%;
  }

  footer.style-7 {
    overflow: hidden;
  }

  footer.style-7 .links-side {
    padding: 30px 0;
  }

  footer.style-7 .links-side .links-group {
    margin-top: 30px;
  }

  footer.style-7 .foot p {
    font-size: 12px;
  }

  footer .foot {
    margin-top: 20px !important;
  }

  footer .foot .info {
    padding: 30px 0 !important;
  }

}

@media screen and (max-width: 769px) {

  .info .container .bottom .progress1 .line00 {
    left: 75%;
    width: 0;
  }

  .numbers .container .content {
    width: 60%;
    margin: 0 auto;
  }

  .testimonials.style-8 .container .content {
    width: 60%;
    margin: 0 auto;
  }

}

@media screen and (max-width: 766px) {

  header.style-7 .btn {
    width: 100%;
  }

  header.style-7 .sponsers .sponsers-content {
    width: 100%;
  }

  .info .container {
    width: 90%;
  }

  .info .container .content .policy {
    top: 16vw;
  }

  .info .container .bottom .progress1 .line {
    width: 9%;
  }

  .info .container .bottom .progress1 .line00 {
    left: 74%;
    width: 0;
  }

  .numbers .container .content {
    width: 100%;
  }

  .testimonials.style-8 .container .content {
    width: 100%;
    margin: 0 auto;
  }

  .screenshots.style-4 .screenshots-slider .img img {
    width: 85%;
    margin-left: 15px;
  }
}
/* ======== */