/* Template Name: Zoise - Landing Page Template
   Author: Pichforest
   Version: 1.0.0
   Created: July 2021
   File Description: Main Css file of the template
*/
/****************************************\

01.general
02.helper
03.components
04.about
05.home
06.services
07.features
08.counter
09.clients
10.pricing
11.contact
12.footer
13.responsive

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap");
.container-fluid{
  padding:0px;
}

body {
  font-family:"MiSans";
  line-height: 26px;
  /* color: #1e304d; */
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.5;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
  color:#333;
  font-weight: 500;
}

p {
  font-size: 15px;
}

label {
  font-weight: 500;
}
.overflow-hidden-x {
  overflow-x: hidden;
}
.section-sm {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}

.section {
  padding-bottom: 70px;
  padding-top: 100px;
  position: relative;
}

.section-lg {
  padding-bottom: 110px;
  padding-top: 110px;
  position: relative;
}

.bg-lightan {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(18, 168, 148, 0.1)), to(#ffffff));
  background: linear-gradient(to top, rgba(18, 168, 148, 0.1) 30%, #ffffff 100%);
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-overlay {
  background-color: rgba(36, 42, 53, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.color-overlay {
  background-color: #002d3a;
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.overlay-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#002d3a), to(#12a894));
  background: linear-gradient(to right, #002d3a, #12a894);
  opacity: 0.9;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.heading-box .heading-desc {
  /* max-width: 700px; */
  margin: 0 auto;
}

.btn-round {
  border-radius: 30px;
}

.row > * {
  position: relative;
}

hr {
  border: 1px solid #e2e2e2;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-17 {
  font-size: 17px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.fw-normal {
  font-weight: 300 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.hover-effect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.btn {
  padding: 0.7rem 1.6rem;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-sm {
  padding: 0.6rem 1.3rem;
  font-size: 13px;
}

.shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06) !important;
}

.bg-primary {
  background-color: #12a894 !important;
}

.bg-soft-primary {
  background-color: rgba(18, 168, 148, 0.1) !important;
}

.text-primary {
  color: #fff !important;
}

.border-primary {
  color: #656fe0!important;
}

.btn-soft-primary {
  background-color: rgba(18, 168, 148, 0.25) !important;
  color: #656fe0 !important;
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #109684;
}

.btn-primary {
  background: #656fe0;
  border-color: #656fe0 !important;
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #656fe0;
  border-color: #656fe0;
}

.btn-outline-primary {
  color: #656fe0;
  border-color: #656fe0;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #656fe0;
  border-color: #656fe0;
}

.bg-success {
  background-color: #656fe0 !important;
}

.bg-soft-success {
  background-color: rgba(40, 167, 69, 0.1) !important;
}

.text-success {
  color: #28a745 !important;
}

.border-success {
  color: #28a745 !important;
}

.btn-soft-success {
  background-color: rgba(40, 167, 69, 0.25) !important;
  color: #28a745 !important;
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #24973e;
}

.btn-success {
  background: #28a745;
  border-color: #28a745 !important;
  color: #ffffff !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #24973e;
  border-color: #24973e;
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #28a745;
  border-color: #28a745;
}

.bg-info {
  background-color: #17a2b8 !important;
}

.bg-soft-info {
  background-color: rgba(23, 162, 184, 0.1) !important;
}

.text-info {
  color: #17a2b8 !important;
}

.border-info {
  color: #17a2b8 !important;
}

.btn-soft-info {
  background-color: rgba(23, 162, 184, 0.25) !important;
  color: #17a2b8 !important;
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #1592a6;
}

.btn-info {
  background: #17a2b8;
  border-color: #17a2b8 !important;
  color: #ffffff !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #1592a6;
  border-color: #1592a6;
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #17a2b8;
  border-color: #17a2b8;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 193, 7, 0.1) !important;
}

.text-warning {
  color: #ffc107 !important;
}

.border-warning {
  color: #ffc107 !important;
}

.btn-soft-warning {
  background-color: rgba(255, 193, 7, 0.25) !important;
  color: #ffc107 !important;
}

.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #f2b500;
}

.btn-warning {
  background: #ffc107;
  border-color: #ffc107 !important;
  color: #ffffff !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f2b500;
  border-color: #f2b500;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #ffc107;
  border-color: #ffc107;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-soft-danger {
  background-color: rgba(220, 53, 69, 0.1) !important;
}

.text-danger {
  color: #dc3545 !important;
}

.border-danger {
  color: #dc3545 !important;
}

.btn-soft-danger {
  background-color: rgba(220, 53, 69, 0.25) !important;
  color: #dc3545 !important;
}

.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #d72536;
}

.btn-danger {
  background: #dc3545;
  border-color: #dc3545 !important;
  color: #ffffff !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #d72536;
  border-color: #d72536;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #dc3545;
  border-color: #dc3545;
}

.bg-orange {
  background-color: #f09105 !important;
}

.bg-soft-orange {
  background-color: rgba(240, 145, 5, 0.1) !important;
}

.text-orange {
  color: #f09105 !important;
}

.border-orange {
  color: #f09105 !important;
}

.btn-soft-orange {
  background-color: rgba(240, 145, 5, 0.25) !important;
  color: #f09105 !important;
}

.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
}

.btn-orange {
  background: #f09105;
  border-color: #f09105 !important;
  color: #ffffff !important;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
  border-color: #dc8505;
}

.btn-outline-orange {
  color: #f09105;
  border-color: #f09105;
}

.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #f09105;
  border-color: #f09105;
}

.bg-dark {
  background-color: #1e304d !important;
}

.bg-soft-dark {
  background-color: rgba(30, 48, 77, 0.1) !important;
}

.text-dark {
  color: #1e304d !important;
}

.border-dark {
  color: #1e304d !important;
}

.btn-soft-dark {
  background-color: rgba(30, 48, 77, 0.25) !important;
  color: #1e304d !important;
}

.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #18273e;
}

.btn-dark {
  background: #1e304d;
  border-color: #1e304d !important;
  color: #ffffff !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #18273e;
  border-color: #18273e;
}

.btn-outline-dark {
  color: #1e304d;
  border-color: #1e304d;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #1e304d;
  border-color: #1e304d;
}

.bg-cyan {
  background-color: #00e6e6 !important;
}

.bg-soft-cyan {
  background-color: rgba(0, 230, 230, 0.1) !important;
}

.text-cyan {
  color: #00e6e6 !important;
}

.border-cyan {
  color: #00e6e6 !important;
}

.btn-soft-cyan {
  background-color: rgba(0, 230, 230, 0.25) !important;
  color: #00e6e6 !important;
}

.btn-soft-cyan:hover, .btn-soft-cyan:focus, .btn-soft-cyan:active, .btn-soft-cyan.active, .btn-soft-cyan.focus, .btn-soft-cyan:not(:disabled):not(.disabled):active, .btn-soft-cyan:not(:disabled):not(.disabled):active:focus,
.btn-soft-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
}

.btn-cyan {
  background: #00e6e6;
  border-color: #00e6e6 !important;
  color: #ffffff !important;
}

.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
  border-color: #00d2d2;
}

.btn-outline-cyan {
  color: #00e6e6;
  border-color: #00e6e6;
}

.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
  background: #00e6e6;
  border-color: #00e6e6;
}

.bg-blue {
  background-color: #002d3a !important;
}

.bg-soft-blue {
  background-color: rgba(0, 45, 58, 0.1) !important;
}

.text-blue {
  color: #002d3a !important;
}

.border-blue {
  color: #002d3a !important;
}

.btn-soft-blue {
  background-color: rgba(0, 45, 58, 0.25) !important;
  color: #002d3a !important;
}

.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus, .btn-soft-blue:not(:disabled):not(.disabled):active, .btn-soft-blue:not(:disabled):not(.disabled):active:focus,
.btn-soft-blue .open > .dropdown-toggle.btn-primary {
  background: #001d26;
}

.btn-blue {
  background: #002d3a;
  border-color: #002d3a !important;
  color: #ffffff !important;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
  background: #001d26;
  border-color: #001d26;
}

.btn-outline-blue {
  color: #002d3a;
  border-color: #002d3a;
}

.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
  background: #002d3a;
  border-color: #002d3a;
}

.bg-muted {
  background-color: #79798b !important;
}

.bg-soft-muted {
  background-color: rgba(121, 121, 139, 0.1) !important;
}

.text-muted {
  color: #79798b !important;
  line-height: 1.8rem;
  width: 95%;
  font-size: 1rem;
}
.text-ban{
  color: #fff;
}
.border-muted {
  color: #79798b !important;
}

.btn-soft-muted {
  background-color: rgba(121, 121, 139, 0.25) !important;
  color: #79798b !important;
}

.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #6f6f80;
}

.btn-muted {
  background: #79798b;
  border-color: #79798b !important;
  color: #ffffff !important;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #6f6f80;
  border-color: #6f6f80;
}

.btn-outline-muted {
  color: #79798b;
  border-color: #79798b;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #79798b;
  border-color: #79798b;
}

.bg-purple {
  background-color: #704fff !important;
}

.bg-soft-purple {
  background-color: rgba(112, 79, 255, 0.1) !important;
}

.text-purple {
  color: #704fff !important;
}

.border-purple {
  color: #704fff !important;
}

.btn-soft-purple {
  background-color: rgba(112, 79, 255, 0.25) !important;
  color: #704fff !important;
}

.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
}

.btn-purple {
  background: #704fff;
  border-color: #704fff !important;
  color: #ffffff !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
  border-color: #5f3bff;
}

.btn-outline-purple {
  color: #704fff;
  border-color: #704fff;
}

.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #704fff;
  border-color: #704fff;
}

.bg-pink {
  background-color: #f85f89 !important;
}

.bg-soft-pink {
  background-color: rgba(248, 95, 137, 0.1) !important;
}

.text-pink {
  color: #f85f89 !important;
}

.border-pink {
  color: #f85f89 !important;
}

.btn-soft-pink {
  background-color: rgba(248, 95, 137, 0.25) !important;
  color: #f85f89 !important;
}

.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
}

.btn-pink {
  background: #f85f89;
  border-color: #f85f89 !important;
  color: #ffffff !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
  border-color: #f74b7b;
}

.btn-outline-pink {
  color: #f85f89;
  border-color: #f85f89;
}

.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f85f89;
  border-color: #f85f89;
}

.bg-white {
  background-color: #ffffff !important;
  /*margin-bottom: 5rem;*/
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  color: #ffffff !important;
}

.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}

.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
}

.bg-light {
  background-color: #f6f6f6 !important;
}

.bg-soft-light {
  background-color: rgba(250, 251, 252, 0.1) !important;
}

.text-light {
  color: #fafbfc !important;
}

.border-light {
  color: #fafbfc !important;
}

.btn-soft-light {
  background-color: rgba(250, 251, 252, 0.25) !important;
  color: #fafbfc !important;
}

.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #edf1f4;
}

.btn-light {
  background: #fafbfc;
  border-color: #fafbfc !important;
  color: #ffffff !important;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #edf1f4;
  border-color: #edf1f4;
}

.btn-outline-light {
  color: #fafbfc;
  border-color: #fafbfc;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #fafbfc;
  border-color: #fafbfc;
}

.navbar-custom {
  background-color: transparent;
  padding: 25px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  /*-webkit-transition: all 0.5s ease-in-out;*/
  /*transition: all 0.5s ease-in-out;*/
}

.navbar-custom .navbar-nav li a {
  color: #333333 !important;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent !important;
  margin: 0 10px;
  letter-spacing: 0.03em;
  padding: 28px 25px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1e304d;
}
.dropdown-menu{
  border: none;
}
.navbar-custom.nav-sticky .custom-menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-dark {
  display: inline-block;
}

.nav-sticky .logo .logo-light {
  display: none;
}

.nav-button {
  margin-left: 20px;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #7f7f7f !important;
}
a.dropdown-item{
  display: block;
  padding: .5rem 1rem !important;
}
/*---Navbar-White--*/
.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
  /* color: #1e304d !important; */
}

.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #656fe0 !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  /* padding: 20px 0px; */
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}

.nav-sticky.navbar-custom.sticky-dark {
  background-color: #ffffff;
}

.nav-sticky .logo {
  color: #1e304d !important;
}

.nav-sticky .navbar-nav li a {
  color: #1e304d !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:focus,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #656fe0 !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.bg-home {
  background-image: url("../images/img-1.jpg");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 280px 0px 290px 0px;
}

.home-button {
  padding: 0.9rem 1.7rem;
  font-size: 15px;
}

.home-title {
  font-size: 52px;
  line-height: 4rem;
  font-weight: 600;
 
}

.home-modal {
  border: 0;
  background-color: transparent;
}

.home-modal .btn-close {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: relative;
  top: 70px;
  z-index: 3;
}

.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}

.home-modal video:focus {
  outline: none;
}

.video-box {
  width: 100%;
}

.text-wrapper {
  overflow: hidden;
}

.letter {
  display: inline-block;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (max-width: 1024px){
.screenshot-img img {
    height: 285px;
}
}
.demo:before {
  color: #d8d8d8;
  content: "";
  display: block;
  font-size: 14px;
  left: 12px;
  position: absolute;
  top: 12px;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.demo.is-animated:before {
  opacity: 0;
}

[data-animate="panel"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  position: relative;
}

[data-animate="panel"]::after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  visibility: visible;
  width: 100%;
}

.is-animated [data-animate="panel"] {
  -webkit-animation: animateContent 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: animateContent 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

.is-animated [data-animate="panel"]::after {
  -webkit-animation: animatePanel 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) both;
          animation: animatePanel 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@-webkit-keyframes animateContent {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}

@keyframes animateContent {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}

@-webkit-keyframes animatePanel {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes animatePanel {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

.bg-home-2 {
  padding: 250px 0px 220px 0px;
  background-image: url("../images/bg-1.png");
  background-size: cover;
  background-position: center center;
  position: relative;
}

.bg-home-2 .home-desc {
  max-width: 700px;
  margin: 0 auto;
}

.video-icon-btn {
  width: 60px;
  height: 60px;
  display: inline-block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
}

.video-icon-btn i {
  line-height: 60px;
  font-size: 30px;
  color: #12a894;
}

.bg-home-3 {
  background-image: url("../images/img-4.jpg");
  padding: 280px 0px 260px 0px;
  position: relative;
  background-position: center;
}

.bg-home-3 .home-desc {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
}

.bg-home-3 .home-border {
  width: 50px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}

.home-slider {
  /* padding: 240px 0px 220px 0px;
  position: relative;
  height: 730px; */
  background-size: cover;
    align-self: center;
    position: relative;
    padding-top: 120px;
    background-position: center center;
}

.home-slider .home-desc {
  max-width: 600px;
  margin: 0 auto;
}

.home-slider .home-border {
  width: 2px;
  height: 40px;
  background: rgba(30, 48, 77, 0.1);
  margin: 0 auto;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.home-slider .carousel-item {
  background-position: center center;
  background-size: cover;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* background-color: #12a894; */
  background-size: 100% 40%;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.video-link small {
  position: relative;
  top: -2px;
}

/* banner-icon图标增加 */
.home-slider span.ring5 {
  position: absolute;
  top: 280px;
    right: 26%;
}
.home-slider span.ring4 {
  position: absolute;
  bottom: -12%;
  left: 46%;
}
.home-slider span.ring3 {
  position: absolute;
  right: 180px;
    bottom: 5%;
}

.home-slider span.ring2 {
  position: absolute;
  top: 20px;
    left: 10%;
    width: 60px;
}


.home-slider span.ring1 {
  position: absolute;
  bottom: 1%;
    left: 160px;
}
/* banner-icon图标增加结束 */

.bg-home-5 {
  background-image: url(../images/img-4.jpg);
  position: relative;
  padding: 150px 0;
}

.bg-home-5 .home-desc {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

.bg-home-5 .home-img img {
  position: relative;
  top: 100px;
}

.bg-home-6 {
  padding: 190px 0px 160px 0px;
  background-image: url(../images/bg-2.png);
  position: relative;
}

.bg-home-6 .home-title {
  font-size: 45px;
}

.home-registration-form {
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.home-registration-form .registration-form label {
  font-size: 15px;
}

.registration-input-box {
  border: none !important;
  border-radius: 0px !important;
  color: #79798b;
  border-bottom: 1px solid #c5c5c5 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.registration-input-box:focus {
  border-color: #12a894 !important;
}

.services-box {
  padding: 25px 20px;
  background: hsla(0, 0%, 100%, .08);
}

.services-box .services-icon {
  width: 70px;
  height: 70px;
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background-color: #12a894;
}

.services-box .services-icon i {
  font-size: 35px;
  color: #ffffff;
  line-height: 70px;
}

.services-box:hover .services-icon {
  background-color: rgba(18, 168, 148, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-box:hover .services-icon i {
  color: #12a894;
}

.services-box:hover .services-icon:before {
  left: 0px;
  top: 0px;
}

.features-count h5 {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background-color:#3761fc;
  border-radius: 50%;
  line-height: 40px;
}

.features-icon i {
  font-size: 40px;
}

.bg-counter {
  background-image: url(../images/img-2.jpg);
  background-position: center;
}

.bg-cta {
  background-image: url(../images/img-3.jpg);
  background-position: center;
}

.client-item {
  padding: 0px 80px;
}

@media (max-width: 1024px) {
  .client-item {
    padding: 80px;
  }
}

@media (max-width: 768px) {
  .client-item {
    padding: 0px;
  }
}

.testi-box {
  border: 1px solid #efefef;
  padding: 30px 40px;
  position: relative;
  margin-left: -100px;
  z-index: 1;
  background: #ffffff;
  top: 70px;
}

@media (max-width: 1000px) {
  .testi-box {
    margin-left: 50px;
    top: -100px;
  }
}

@media (max-width: 767px) {
  .testi-box {
    margin-left: 0px;
    top: -100px;
  }
}

.testi-img img {
  border-radius: 15px;
}

.testi-title {
  font-size: 18px;
  line-height: 1.6;
}

.testi-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 0;
}

@media (max-width: 1000px) {
  .testi-icon {
    right: auto;
    left: 30;
  }
}

.testi-icon i {
  line-height: 50px;
  font-size: 30px;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-controls {
  position: absolute;
  top: 20px;
  right: 0px;
  z-index: 1;
}

.tns-outer .tns-controls button {
  margin: 0 0 0px 5px;
  border-radius: 50%;
  border: none;
  background-color: rgba(18, 168, 148, 0.2) !important;
  color: #12a894;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
}

.tns-outer .tns-controls button:focus, .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:active {
  outline: none;
  background-color: #12a894 !important;
  color: #ffffff;
}

.tns-outer .tns-controls button.active button {
  background-color: #119f8c !important;
}

.tns-outer .tns-controls:focus {
  outline: none !important;
}

.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}

.tns-outer .tns-nav button {
  width: 10px !important;
  height: 10px !important;
  border: none;
  background-color: rgba(18, 168, 148, 0.2) !important;
  padding: 0px;
  margin: 0px 6px;
  border-radius: 50%;
}

.tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
  outline: none;
  background-color: #12a894 !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #12a894 !important;
}

.client-images img {
  height: 60px;
  opacity: 0.9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.client-images img:hover {
  opacity: 0.5;
}

.pricing-box {
  border: 1px solid #efefef;
  position: relative;
}

.pricing-box .pricing-plan {
  padding: 20px 0px;
}

.pricing-box .pricing-price {
  padding: 30px 0px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
}

.pricing-box .pricing-features {
  padding: 40px 0px;
}

.pricing-box .pricing-lable {
  position: absolute;
  display: block;
  top: 0;
  right: 0px;
}

.pricing-box .lable-name {
  position: relative;
  background-color: #12a894;
  color: #ffffff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 90px;
  -webkit-transform: rotate(-90deg) translateX(-27%);
  transform: rotate(-90deg) translateX(-27%);
}

.pricing-box .lable-name:after {
  content: "";
  border-top: 20px solid #12a894;
  border-bottom: 20px solid #12a894;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  left: -11px;
  top: 0;
}

.custom-form .alert {
  padding: 11px;
  font-size: 15px;
}

textarea.form-control {
  height: auto !important;
}

.form-control {
  margin-bottom: 15px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 48px;
  padding-left: 20px;
  border: 1px solid #d7dbdf;
  font-size: 14px;
  border-radius: 5px;
}

.form-control:focus {
  border-color: #adb5bd;
}

textarea.form-control {
  height: auto;
  padding-top: 13.5px;
}

.contact-social a {
  font-size: 20px;
  color: #1e304d;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-social a:hover {
  color: #12a894;
}

.contact-social a i {
  margin-right: 10px;
}

.bg-footer {
  /*border-top: 1px solid #efefef;*/
  padding: 25px 0px 25px 0px;
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 6px;
    color: #1e304d !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .home-title {
    font-size: 36px;
  }
  .navbar-white .navbar-toggler {
    /* color: #1e304d !important; */
    /* width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    outline: none; */
    
  }
  /* .navbar-white .navbar-toggle span{
    display: block;
    width: 24px;
    height: 2px;
    background: rgb(60, 60, 60);
    margin: 5px 0;
  } */
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #12a894 !important;
  }
  .navbar-toggler  span  {
    display: block;
    width: 24px;
    height: 2px;
    background: rgb(60, 60, 60);
    margin: 5px 0;
    transition: all 0.5s linear;
  }
  .on span:nth-child(1) {
    
     transform: rotate(45deg) translate(10px,10px); 
     display: block;
     width: 24px;
     height: 2px;
     background: rgb(60, 60, 60);
    
  }

  .on span:nth-child(2)  {

    transform: scale(0);

  }
  .on span:nth-child(3) {
    
    transform: rotate(-45deg) translate(0px,1px); 
    display: block;
    width: 24px;
    height: 2px;
    background: rgb(60, 60, 60);
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .carousel-indicators {
    right: 0;
  }
  .logo .logo-light {
    display: none;
  }
  .logo .logo-dark {
    display: inline-block;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
/*# sourceMappingURL=style.css.map */


.app-slider .swiper-container .fream-phone {
  position: absolute;
  left: 51%;
  transform: translate(-50%);
  top: -18px;
  height: auto;
  width: 230px;
}
.app-sw{
  margin-left: -36%;
    /* justify-content: flex-end; */
}

/*.navbar-custom {*/

/*}*/


/* 动画增加 */

@keyframes upNdown1 {
  50% {
      transform: translateY(40px)
  }
}

@keyframes upNdown2 {
  50% {
      transform: translateY(20px)
  }
}

@keyframes upNdown2 {
  50% {
      transform: translateY(20px)
  }
}

@keyframes upNdown11 {
  50% {
      transform: translateY(10px)
  }
}

@keyframes upNdown12 {
  50% {
      transform: translateY(-10px)
  }
}

@keyframes spin {
  0% {

    transform: rotate(0);
}
100% {
    transform: rotate(359deg);
}
  
}
.animate-v2 {
  animation: upNdown11 2s infinite linear;
}

.animate-v3 {
  animation: upNdown12 2s infinite linear;
}
.animate-v5 {
  animation: spin 2s linear infinite;
}

/* 导航 */
.nav-sticky {
  top: 0px !important;
}
.navbar > .container-fluid{
  /* width: 90%; */
}


/* 小米风格轮播 */
:root {
  --swiper-navigation-size: 18px;
}
:root {
  --swiper-theme-color: rgb(29,29,31);
}
.swiper-wrapper{
  margin-bottom: 90px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 1360px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 430px;
}
.swiper-button-next, .swiper-button-prev{
  top: 90%;
  background: #000;
  padding: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
}

.lz-swiper{
  margin-left: -20%;
}
.icon-sw{
  margin-left: -20%;
}
.rounded-3 {
  border-radius: 1rem !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
  font-weight: 700;
}


/* 清华大学合作 */
h5.ai-test{
  color:#fff;
}
h5.ai-dec{
  color:#000;
  font-size: 24px;
}
p.aidec
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

/* 四大优势 */
.lz-swiper{
  margin-left: -14%;
}
.app-btn-next.app-btn-disabled, .app-btn-prev.app-btn-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.nav-link{
  color: rgba(255, 255, 255, 0.6) !important; 
}

.services-img img{
  width: 85%;
}

.app-show-left.swiper-button-disabled, .app-show-right.swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none
}


.swiper-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

/* 小眠看护系统页面样式 */
.style-bg{
  /* background: #161617; */
  top: 180px;
  position: relative;
}
.system-icon{
  align-items: center;
  /* background-color: hsla(0, 0%, 100%, .11); */
  background-color: #f7f7fa;
  justify-content: center;
  width: 80%;
}
.system-slider{
  height: 600px;
}
.system-text{
  /* color:#fff; */
  font-weight: 500;
}


.system-banner{
  background-color: hsla(0, 0%, 100%, .11);
}


.system-images{
  background-color: #fff;
  padding:30px;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
}

/* 版本配置页面样式 */
.version-bg {
  top: 180px;
  position: relative;
}
.pro-r{
  margin-left: 10rem;
}

/* FAQ */
.faq-slider{
  height: 300PX;
}
         


/* app下载页面 */
.appxz-slider{
  background-image: url(../images/sec1-bg.jpg);
 
}

.about-slider{
  height: 450px;
  background-image: url(../images/about-lz-bg.jpg);
  background-size:cover;

  /* display: flex;
  align-items: center; */
}

.system-slider{
  /* background-image: url(../images/system-bg.jpg); */
  /* opacity: 0.5; */
  
}

.faq-slider::before{
background-image: url(../images/hero-bg-top.svg);
}


/* 手机移动端按钮切换导航样式改造 */
/* button.navbar-toggler{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: none;
  outline: none;
} */
/* .navbar-custom >.navbar-toggle span{
  display: block;
  width: 24px;
  height: 2px;
  background: rgb(60, 60, 60);
  margin: 5px 0;
} */
.about-nav{
  /* justify-content: center; */
}
.about-nav li{
  list-style: none;
  flex: 1 1;
  display: flex;
  justify-content: center;

  
}

li.about-nav-item a.about-nav-link{
  color:#000 !important;
  line-height: 80px;
  /* cursor:pointer; */
 

}
 .about-nav-link.active{
  border-bottom: 4px solid #06f;
  position: relative;
  bottom: 4px;

 
  /* display: block;
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #06f; */

  /* -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */


}
.card-lc{
  border: none;
}

.bg-lc{
  background-color: #06f;
  }
  .a-badge{
    display: inline-block;
      padding: .35em .65em;
    font-size: .25em;
    font-weight: 700;
    line-height: 0.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
  }
  .border-center{
    border-right: 1px solid #dee2e6 !important;
    left: -25px;
    top: -15px;
  }

.about-sticky{
  position: fixed;
    top: 0px;
    width: 100%;
    background-color: #fff;
    z-index: 111111;
    border-bottom: 1px solid #ccc;
}
.fixed-about{
  position: absolute;
}
.com-data{
  font-size: 70px;
  font-weight: 700;
  color: #384790;
}


/* 专利证书弹窗放大模态框 */
#certModal {
  display: none; /* 默认隐藏模态框 */
  position: fixed; /* 固定定位 */
  z-index: 1; /* 置于顶层 */
  left: 0;
  top: 0;
  width: 100%; /* 全宽度 */
  height: 100%; /* 全高度 */
  overflow: auto; /* 开启滚动 */
  /* background-color: rgb(0,0,0); 遮罩颜色 */
  background-color: rgba(0,0,0,0.7); /* 遮罩透明度 */
  z-index: 100000000000000;
}
#certImg {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}




/* FAQ */
.accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #044089
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1.6em 0;
  color: #666;
  font-size: 1.15rem;
  font-weight: 400;
  border: 0;
  background: 0;
  outline: 0
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #044089
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #044089;
  border: 1px solid #044089
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 30px;
  height: 30px;
  /* border: 1px solid;
  border-radius: 22px */
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 15px;
  height: 2px;
  background: currentColor
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 3px;
  left: 12px;
  width: 2px;
  height: 15px;
  background: currentColor
}

.accordion button[aria-expanded=true] {
  color: #044089
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0
}

.accordion button[aria-expanded=true]+.accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 0.92rem;
  font-weight: 300;
  margin: 2em 0;
  line-height: 30px;
  
}

/* 核心功能轮播展示 */
.ads-wrap{
  margin-bottom: 140px;
}
.swiper-pagination{
  display: flex;
  justify-content: center;
}
li.swiper-pagination-bullet{

    color: #fff;

    white-space: nowrap;
 
    font-family: MiSans;
    font-weight: 500;
    display: flex;

 
    align-items: center;
    justify-content: center;

    border-radius: 2rem;

   border: 2px solid #fff;
    width: 200px;
    height: 40px;
   

}
.swiper-pagination li{




}



/* 远程查看数据 */
.sect-yc{
  background-image: url(../images/yuancheng.jpg);
  height: 820px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.yc-text h1{
       color:#fff;
}
.yc-text p{
  color:#999;
}
.app-tx{
  background: hsla(0, 0%, 100%, .08);
  align-items: center;
}
.tx-left h3{
      color: #fff;
}
.tx-left p{
  color: #999;
  font-size: 12px;
}


/* 知识产权 */
.sect-cq{
  /* background-image: url(../images/sz-bg.jpg);
  height: 800px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; */
  background-color: #0d0d0e ;
  padding-top:200px;
  padding-bottom: 0px;
}
.zscp{
  position: absolute;
  top:80px;
  padding-left: 30px;
}
.zscp h1 {
  color:#fff;
}
.zscp h3{
  color:#999;
  font-weight: 400;
  font-size: 21px;
}
.zscp :nth-child(3){
   font-size: 12px;
   color: #999;
   margin-top: 3rem;

}

/* 便于安装 */
.sect-az{
  background-color: #0d0d0e;
}
.sect-az h1{
  color: #fff;
  line-height: 3rem;
}
.sect-az p{
  color: #999;
  line-height: 2rem;
  font-size: 20px;
}

.sect-dz{
  width: 70%;
  margin: 0 auto;
}
.sect-dz .dz-text > h1{
  font-size: 44px;
  line-height: 3.2rem;
  margin-top: 8rem;
}
.sect-dz .dz-text >p{
  font-size: 20px;
  width: 80%;
  line-height: 2rem;
    margin-top: 1.2rem;
    color:#777;
}


.app-show-swiper{
   width: 70%;
   margin: 0 auto;
   padding-bottom: 100px;
 
}
.app-wrap{
  margin-bottom: 0px;
}
.btn-border{
  /* border-style: solid;
  border:1px solid #999; */
  
}
.swiper-text h3{
  font-size: 24px;
  text-align: center;
}
.swiper-text p{
 font-size: 14px;
  text-align: center;
}


/* index top产品要点部分 */
@media (min-width: 768px){
  .dz-top{
    display: flex;
    justify-content:space-between;
    align-items: center;
    position: relative;
      top: -250px;
  }
  .dz-text-l p:first-of-type{
    /* position: absolute; */
    margin-top: -0.8rem;
    
  }
  
  .dz-text-l p:last-child{
    line-height: 1.5rem;
    color: #777;
  }
  .dz-text-r p{
    font-size: 12px;
    line-height: 1.3rem;
    color:#777;
  }
}





@media (min-width: 768px){
  .block-2-l{
    background-color: #fff;
    display: flex;
      justify-content: flex-end;
      margin-top: -200px;
  }
  .block-2-r{
    background-color: #fff;
    display: flex;
      justify-content: flex-end;
      margin-top: -200px;
  
  }
  .block-2-text{
    padding:3rem;
  }
  .block-2-img{
    position: relative;
      top: 40px;
      right: 20px;
  }
}
@media (max-width: 576px){
  .block-2-l{
    display: block;
    background-color: #fff;
    margin-bottom: 2rem;
  }
  .block-2-r{
    display: block;
    background-color: #fff;
  }
  .block-2-img{
   padding:2rem;
   display: flex;
        justify-content: center;
  }
  .block-2-text{
    padding:3rem 3rem 0rem;
  }
}
.block-2-text p{
  color:#656565;
  line-height: 24px;
}
.block-2-text h3{
  white-space: nowrap;
  line-height: 38px;
}
.block-3-text p{
  color:#656565;
}
.block-3-text-r p{
  color:#656565;
}
.block-4-text p{
  color:#656565;
}
.block-5-text p{
  color:#656565;
}
@media (min-width: 768px){
  .block-3-l{
    background-color: #fff;
    
  
  }
  .block-3-text{
    padding:3rem 3rem 1rem 3rem;
  }
  .block-3-r{
    background-color: #fff;
   
  }
  .block-3-text-r h3{
    white-space: nowrap;
  }
  .block-3-text-r{
    padding:3rem 3rem 0rem 3rem;
  }
  .block-3-img-r{
    position: relative;
   bottom:12px;
   left: 200px;
   width: 82%;
   padding: 1rem;
   
  }
  .block-3-img-l{
    padding: 0rem 3rem 3rem;
   
  }
}
@media (max-width: 576px){
  .block-3-l{
    background-color: #fff;
    margin-bottom: 2rem;
    
  
  }
  .block-3-text{
    padding:3rem 3rem 1rem 3rem;
  }
  .block-3-r{
    background-color: #fff;
   
  }
  .block-3-text-r h3{
    white-space: nowrap;
  }
  .block-3-text-r{
    padding:3rem 3rem 0rem 3rem;
  }
  .block-3-img-r{
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
   
  }
  .block-3-img-l{
    padding: 0rem 3rem 3rem;
   
  }
}




/* .block-2-img{
  position: relative;
    top: 50px;
    right: 20px;
} */

@media (min-width: 768px){
  .block-4{
    background-color: #fff;
  }
  .block-4 .block-4-text{
    padding:3rem 3rem 1rem 3rem;
  }
  .block-4-img{
    padding: 1rem 3rem 2rem;
    display: flex;
    justify-content: center;
    /* width: 80%; */
  }
}

@media (max-width: 576px){
  .block-4{
    background-color: #fff;
    margin-top: 2rem;
  }
  .block-4 .block-4-text{
    padding:3rem 3rem 1rem 3rem;
  }
  .block-4-img{
    padding: 1rem 3rem 2rem;
    display: flex;
    justify-content: center;
 
    /* width: 80%; */
  }
}
@media (min-width: 768px){
  .block-5-t{
    background-color: #fff;
  }
  .block-5-b{
    background-color: #fff;
    display: flex;
    margin-top: 1rem;
  }
  .block-5-text{
    padding: 1rem 0rem 0rem 2rem;
  }
  .block-5-img{
    position: relative;
    left: 150px;
      bottom: 15px;
      padding-top: 10px;
  
  }
  .block-5-img-r{
      width: 50%;
      padding: 0.65rem;
  }
}
@media (max-width: 576px){
  .block-5-t{
    background-color: #fff;
    margin-top: 2rem;
  }
  .block-5-b{
    background-color: #fff;
    display: block;
    margin-top: 2rem;
  }
  .block-5-text{
    padding: 1rem 0rem 0rem 2rem;
    display: block;
    text-align: center;
  }
  .block-5-img{
    /* position: relative; */
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
  
  }
  .block-5-img-r{
    display: flex;
    justify-content: center;
    padding: 2rem 5rem;
  }
}

/* 睡眠分析APP分页按钮 */
.swiper-show-btn{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.swiper-show-btn div:first-child{
  margin-right: 1rem;
  -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.border-bottom{
  margin-top: -20px;
}

/* 算法内容展示 */
.algo-row{
  padding-bottom: 3rem;
}
.algo-img{
  padding: 5.8rem 5rem;
  background-color: #fff;
}
.algo-text{
  padding:3rem;
  background-color: #fff;

}
.algo-text h1{
  text-align: center;
  line-height: 48px;
}
.algo-text p:nth-of-type(1){
  text-align: center;
  font-size: 18px;
  color: #777;
  margin-top: 1rem;
}
.algo-text p:nth-of-type(2){
  text-align: center;
  font-size: 18px;
  color: #777;
  /* margin-top: 1rem; */
}
.algo-text h1:nth-of-type(2){
  font-size: 84px;
  line-height: 84px;
  margin-top: 2rem;
  color:#656fe0;
}
.algo-text p:nth-of-type(3){
  font-size: 10px;
  line-height: 20px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  text-align: center;
  color: #acabab;
}

/* 首页第二部分-轮播 */
.sect-title-2 h4 {
  color: #fff;
   font-size: 3rem;
   line-height: 3.8rem;
}


/* span.night-icon {
  position: absolute;
  top: 290px;
  left: 20%;
} */


/* 睡眠看护系统页面 */
.bg-care{
  background-color: #031c32;
}
.care-screen{
  opacity: 0.6;
    width: 80%;
    bottom: 240px;
    position: absolute;
    left: 550px;
}

/* 睡眠小知识single */
.sleep-info ul li{
 list-style: none;

 font-size: 18px;
}
.sleep-tips ul li{
  list-style: none;
  border: 1px solid #e8e8e8;
  margin-bottom: 3rem;
  padding:2rem;
  background-color: #fff;
}
.sleep-tips ul li p{
  font-size: 14px;
}
.res-post h5{
  font-size: 16px;
  font-weight: 400;
}
.res-post ul{
  /* padding-left: 1rem; */
}
.res-post ul li{
  list-style: none;
  margin-bottom: 1.5rem;
  
}
.res-post ul li p{
  font-size: 12px;
  line-height: 16px;
  }
  .res-post ul li p:after{
        content: '';
        display: block;
        border-bottom: 1px solid #e8e8e8;
        margin-top:10px;
        width: 80%;
      
    }
.res-post ul li h6{
  font-size: 14px;
  font-weight: 500;
}

/* 首页增加修改部分 */
.tagline {
  background-color: #242933;
  font-size: 0.75rem;
  color: #fff !important;
  position: relative;
  width: 100%;
  z-index: 1000;
  padding: 7px 0;
  box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 10%);
}
.navbar {
  /*transition: all .5s ease;*/
  padding: 0;
  background-color: #fff !important;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  top: 38px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 200px) and (max-width: 768px) {
    .tagline{
        display: none;
    }
    
  .navbar-custom {
      top:0px;
  }
}
@media (max-width: 1024px) {
    .fullScreen-animation{
        display: none;
    }
    

}
@media only screen and (min-width: 1600px){
.container-fluid {
    padding-right: 150px;
    padding-left: 150px;
}
}

/* 页尾修改 */
.bg-footer{
  background-color: #242933;
}
.foot-nav-f{
  display: flex;
  align-items: center;
}
.footer-nav{
  color:#79798b;
  display: flex;
  list-style: none;
  margin: 0px;
}

.foot-nav-f li{
  margin-right: 4rem;
}
.foot-nav-f img{
  margin-right: 3rem;
}
.footer-main{
  padding: 28px 0;
  border-bottom: 1px solid #45474D;

  /* margin-top: 2rem */
}
.bt-text p{
  font-size: 0.75rem;
  padding-top:28px;
}
.icon-taobao{
  color:#fff;
  font-size: 1.6rem !important;
}
.icon-weixin{
  color:#fff;
  font-size: 1.6rem !important;
}
.icon-alibabaalibaba{
  color:#fff;
  font-size: 1.6rem !important;
}
.social-icons a{
  margin-left: 2rem;
}

/* 联系我们 */
.content-slider{
  background-image: url(../images/about-bg.jpg);
}
.content-nav li{
  list-style: none;
  margin-right: 4rem;
  line-height: 80px;
}
.bg-countent{
  border-bottom: 1px solid #ebebeb;
}
.content-icon{
   display: flex;
   justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: 154px;
    border-radius: 5px;
    background: #f9f9f9;
   
}
.content-icon dt{
  width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 2px solid #044089;
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.content-text h6{
  font-size: 1rem;
}
.content-text p{
  margin-bottom: 0px;
}
.content-l{
  background-image:url('../images/con-table-bg.jpg');
  background-size: contain;
  height: 600px;
}
.content-l .zx-text{
  color:#fff;
  font-size: 18px;
  text-align: center;
  position: relative;
  top:90px;
}
.content-weixin p{
  font-size: 14px;
  color:#fff;
  margin-top: 10px;

}
.content-weixin{
  text-align: center;
    position: relative;
    top: 110px;
}
.content-logo{
  text-align: center;
  position: relative;
  top:90px;
}
.content-nav-link{
  color:#333;
}
.contact-info{
  margin-top: 100px;
  margin-bottom: 50px;
}
.data-sup{
    position: relative;
  top: -45px;
  right: -35px;
  font-weight: 600;
}
.data-sup-1{
    position: relative;
  top: -45px;
  right: -55px;
  font-weight: 600;
}
.data-sup-2{
    position: relative;
  top: -45px;
  right: -80px;
  font-weight: 600;
}

@media (min-width: 200px) and (max-width: 1192px){
    .bg-footer {
    width: 80%;
    margin: 0 auto;
}
   .foot-nav-f li {
    margin-right: 2rem;
}
}
@media (max-width: 992px){
        .bg-footer {
    /*width: 80%;*/
    /*margin: 0 auto;*/
}
    .footer-nav{
        display: block;
    }
}

@media (max-width: 768px){
    .foot-nav-f{
             display: block;
    }
}
@media (max-width: 576px){
.foot-nav-f img {
  margin-right: 0;
  margin-bottom: 1rem;
}
}

@media (min-width: 1200px){
.contact-w {
    max-width: 1440px !important;
}
}
/* 合作品牌 */
.about-brand ul{
  display: flex;
}
.about-brand li{
  width: calc((100% - 75px) / 4);
   /*width: calc(100% / 4);*/
  list-style: none;
  /* background: #fff; */
  text-align: center;
  /*padding: 20px 15px 20px 15px;*/
  
}
.about-brand li img{
    padding: 20px;
    background: #fff;
}
/*联系表单*/
*:focus {
  outline: none;
}
.contant-tab{
    padding: 5px 0px 0px 70px;
}
.contant-tab input:hover {
  border-color: #384790;
}
.contant-tab input[type="submit"]{
    color:#fff;
    
}
.contant-tab input{
    border: none;
    width: 100%;
  height: 55px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 35px;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
  background: none;
}
.contant-tab textarea{
    border: none;
    width: 100%;
  margin-bottom: 30px;
  height: 110px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
  color: #666666;
  transition: all 0.5s;
  background: none;
}
.contant-tab button{
    width: 255px;
  height: 57px;
  background: #384790;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.5s;
  border: none;
  
}
.wpcf7-quiz-label{
    color:#666666;
}
.contant-tab input[type="submit"]{
    border: none;
}
.info-slider{
    background-image: url(../images/sleep-info-bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px 80px;
    height: 430px;
}

/*文章页*/
.post-crumbs{
      background-color: #ffffff;
      line-height: 4rem;
}
.post-crumbs span{
    margin: 0 1rem;
}
.pagination{
    justify-content: center;
}
.pagination .page-numbers{
    padding: 0.375rem 0.75rem;
}
#more-button{
        margin: 0 auto;
    display: block;
    width: 140px;
    border-radius: 30px;
}