.container {
  max-width: 1000px !important;
}
div#preloader {
  background: #fff url('../img/Preloder.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

header.header-area {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 1;
}
header.header-area .logo-wrapper {
  position: relative;
  z-index: 1;
}
header.header-area .logo-wrapper img {
  max-width: unset;
  width: auto;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1.5px;
  color: #141313;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
button,
input,
textarea {
  letter-spacing: 0;
}
body {
  font-family: 'Sora', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sora', sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  font-family: 'Sora', sans-serif;
  letter-spacing: 0;
}
h1 {
  font-size: 70px;
  line-height: 84px;
  margin-bottom: 0;
}
h2 {
  font-size: 50px;
  line-height: 65px;
  color: #0f1d34;
}
h3 {
  font-size: 40px;
  line-height: 50px;
}
h4 {
  font-size: 30px;
  line-height: 40px;
}
h5 {
  font-size: 25px;
  line-height: 35px;
  color: #0f1d34;
}
h6 {
  font-size: 22px;
  line-height: 30px;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #515151;
  letter-spacing: 0;
  margin: 0;
}
p img {
  margin: 0;
}
em {
  font: 15px/30px;
}
strong,
b {
  font: 15px/30px;
}
small {
  font-size: 11px;
  line-height: inherit;
}
a,
a:visited {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  outline: 0;
  transition: 0.5s ease;
}
a:hover,
a:active {
  color: #6f00fb;
  text-decoration: none;
  outline: 0;
  transition: 0.5s ease;
  font-family: 'Roboto', sans-serif;
}
a:focus {
  text-decoration: none;
  outline: 0;
}
p a,
p a:visited {
  line-height: inherit;
  outline: 0;
}
ul,
ol {
  margin-bottom: 0;
  margin-top: 0;
}
ul {
  margin: 0;
  padding: 0;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 0;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding: 0;
  margin: 0;
}
ul ul li,
ul ol li,
ol ul li,
ol ol li {
  margin-bottom: 0;
}
li {
  line-height: 18px;
  list-style-type: none;
  margin: 0;
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
}
button:focus,
.btn:focus,
.btn {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
span {
  letter-spacing: 0;
}
input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #048d8d !important;
}
.hexa-nav {
  position: relative;
  display: inline-flex;
  float: right;
}
.hero-area {
  position: relative;
  background: linear-gradient(157deg, #693dec 0%, #ffffff 100%);
  padding: 210px 0 60px 0;
  overflow: hidden;
}
.hero-area .hero-content {
  position: relative;
}
.protect {
  position: relative;
  background: #12031c;
  padding: 80px 0;
}

.protect p {
  color: #141514;
  font-size: 16px;
}

.protect .protect-img {
  width: 547px;
  height: 298px;
  border-radius: 20px;
  overflow: hidden;
}

.single-w-process {
  text-align: left;
}

.features-btn {
  text-align: left;
}

.features-btn .line {
  background: #f0f0f0;
}

.features-btn .active .line {
  background: #6f00fb;
}

.features-btn .title {
  color: #999;
}

.features-btn .active .title {
  color: #000;
}

html[dir='rtl'] .hexa-nav {
  float: left;
}
html[dir='rtl'] .hero-area .hero-content {
  text-align: right;
}
/* 自定义动画 */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.fade-in-up.active {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  html[dir='rtl'] .protect .protect-img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  html[dir='rtl'] #main-menu {
    top: 65px;
  }
}
@media only screen and (max-width: 402px) {
  html[dir='rtl'] #main-menu {
    top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  header.header-area {
    position: absolute;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-content h1 {
    font-size: 50px;
    line-height: 63px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
  p {
    font-size: 14px;
    line-height: 24px;
  }
  h6 {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 25px;
    line-height: 36px;
  }
  a,
  a:visited {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.9px) {
  header.header-area {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .protect {
    margin-top: 100px;
    padding: 40px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-area {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #main-menu {
    position: fixed;
    max-height: 383px;
    border-bottom: 0;
    overflow-y: scroll;
    width: 100%;
    top: 79px;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 0;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .protect .protect-img {
    width: 100%;
    margin-left: 0;
  }
  .protect .protect-img::before {
    display: none;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  header.header-area {
    padding: 0;
  }
  .hero-area {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 512px) {
  .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .protect {
    padding: 40px 0;
  }
  header.header-area .logo-wrapper img {
    max-width: 100%;
    width: 100%;
  }
  #main-menu {
    top: 69px;
    z-index: 99;
  }
}
@media only screen and (max-width: 434px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 402px) {
  p {
    font-size: 12px;
    line-height: 20px;
  }
  h2 {
    font-size: 24px;
    line-height: 35px;
  }
}
