/* Template Name: Orayo
   Author: Themesdesign
   Version: 1.0.0
   Created: Jan 2021
   File Description: Main Css file of the template
*/
/*********************************/
/*            INDEX              */
/*================================
 *        01.  Variables         *
 *        02.  Bootstrap-custom  *
 *        03.  General           *
 *        04.  Helper            *
 *        05.  Components        *
 *        06.  Menu              *
 *        07.  Home              *
 *        09.  Services          *
 *        10.  CTA               *
 *        11.  Team              *
 *        12.  Work              *
 *        13.  Testi             *
 *        14.  Price             *
 *        15.  Blog              *
 *        16.  Contact           *
 *        17.  Footer            *
 ================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500|Rubik:400,500,700&display=swap");
h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}
.bg-primary {
  background-color: #005ED1 !important;
}

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

a.text-primary:hover {
  color: #004ca8 !important;
}

.bg-secondary {
  background-color: #9CA1A3 !important;
}

.text-secondary {
  color: #9CA1A3 !important;
}

a.text-secondary:hover {
  color: #878d8f !important;
}

.bg-success {
  background-color: #159B42 !important;
}

.text-success {
  color: #159B42 !important;
}

a.text-success:hover {
  color: #107733 !important;
}

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

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

a.text-warning:hover {
  color: #fbc859 !important;
}

.bg-info {
  background-color: #4BA2AA !important;
}

.text-info {
  color: #4BA2AA !important;
}

a.text-info:hover {
  color: #3f878e !important;
}

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

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

a.text-danger:hover {
  color: #b32237 !important;
}

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

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

a.text-dark:hover {
  color: #212121 !important;
}

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

.text-muted {
  color: #707070 !important;
}

a.text-muted:hover {
  color: #5c5c5c !important;
}

.bg-custom {
  background-color: #32cfaa !important;
}

.text-custom {
  color: #32cfaa !important;
}

a.text-custom:hover {
  color: #29af90 !important;
}

.hero-bg {
  background-image: url("../images/jl/hero-1-bg-img.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 0px;
}

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

.rounded-top {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}

.rounded-left {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.rounded-right {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}

.modal-open {
  padding-right: 0 !important;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden !important;
  font-size: 15px;
  color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Rubik", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::selection {
  background: #6c757d;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.8;
}

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

.section-two {
  padding: 60px 0;
  position: relative;
}

.bg-overlay {
  background-color: rgba(35, 37, 47, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-weight: 700;
  font-size: 48px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 20px;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.container .row:last-child .section-title {
  margin-bottom: 0;
}

.para-desc {
  max-width: 700px;
}

.section .para-desc {
  width: 90%;
  max-width: 900px;
  font-size: 14px;
  color: inherit;
  opacity: .75;
}

@media (min-width: 768px) {
  .mt-120 {
    margin-top: 120px;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
  .section_home .title-heading .heading {
    font-size: 30px !important;
  }
  .section_home .title-heading p.text-white {
    font-size: 16px !important;
  }
  .section_home p {
    margin-bottom: 0.5rem;
    line-height: 1.5em;
  }
  .section_home .sqmfty {
    margin-top: 1rem;
  }
  .mt-5 {
    margin-top: 2rem !important;
  }
  .section_about .bg-custom {
    height: 100% !important;
  }
  .footer .row .align-items-center {
    padding: 25px 0 5px;
  }
  .bg-hand {
    background-size: auto 100% !important;
  }
  .section_cooperate .intro-text {
    padding: 30px 0;
  }
  .bg-home .title-heading {
    margin-bottom: 15px !important;
  }
  #mftx .mfsmr {
    width: 100% !important;
  }
  #mftx .mfsmr label {
    text-align: left !important;
  }
  #register .bg-home {
    background-size: auto 100% !important;
    background-position: bottom right !important;
  }
  .section_cooperate .row_cooperate .col-xs-4 {
    width: 50%;
  }
  .section_buy {
    text-align: center !important;
  }
  .section_buy .section-title {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center !important;
  }
  .section_buy .section-title p {
    font-size: 15px !important;
  }
  .section_buy img.d-block {
    margin-bottom: 2rem;
  }
  .section_freeExperience img:first-child {
    opacity: 0 !important;
  }
}

.btn-primary {
  background-color: #005ED1 !important;
  border: 1px solid #005ED1 !important;
  color: #ffffff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #00479e !important;
  border-color: #00479e !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #005ED1;
  color: #005ED1;
  background-color: transparent;
}

.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 {
  background-color: #005ED1;
  border-color: #005ED1;
  color: #ffffff;
}

.btn-secondary {
  background-color: #9CA1A3 !important;
  border: 1px solid #9CA1A3 !important;
  color: #ffffff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #82888a !important;
  border-color: #82888a !important;
  color: #ffffff !important;
}

.btn-outline-secondary {
  border: 1px solid #9CA1A3;
  color: #9CA1A3;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #9CA1A3;
  border-color: #9CA1A3;
  color: #ffffff;
}

.btn-success {
  background-color: #159B42 !important;
  border: 1px solid #159B42 !important;
  color: #ffffff !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #0f6e2f !important;
  border-color: #0f6e2f !important;
  color: #ffffff !important;
}

.btn-outline-success {
  border: 1px solid #159B42;
  color: #159B42;
  background-color: transparent;
}

.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 {
  background-color: #159B42;
  border-color: #159B42;
  color: #ffffff;
}

.btn-warning {
  background-color: #FCD581 !important;
  border: 1px solid #FCD581 !important;
  color: #ffffff !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #fbc44f !important;
  border-color: #fbc44f !important;
  color: #ffffff !important;
}

.btn-outline-warning {
  border: 1px solid #FCD581;
  color: #FCD581;
  background-color: transparent;
}

.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 {
  background-color: #FCD581;
  border-color: #FCD581;
  color: #ffffff;
}

.btn-info {
  background-color: #4BA2AA !important;
  border: 1px solid #4BA2AA !important;
  color: #ffffff !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #3b8087 !important;
  border-color: #3b8087 !important;
  color: #ffffff !important;
}

.btn-outline-info {
  border: 1px solid #4BA2AA;
  color: #4BA2AA;
  background-color: transparent;
}

.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 {
  background-color: #4BA2AA;
  border-color: #4BA2AA;
  color: #ffffff;
}

.btn-danger {
  background-color: #D52941 !important;
  border: 1px solid #D52941 !important;
  color: #ffffff !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #aa2134 !important;
  border-color: #aa2134 !important;
  color: #ffffff !important;
}

.btn-outline-danger {
  border: 1px solid #D52941;
  color: #D52941;
  background-color: transparent;
}

.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 {
  background-color: #D52941;
  border-color: #D52941;
  color: #ffffff;
}

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

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #1c1c1c !important;
  border-color: #1c1c1c !important;
  color: #ffffff !important;
}

.btn-outline-dark {
  border: 1px solid #353535;
  color: #353535;
  background-color: transparent;
}

.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 {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}

.btn-muted {
  background-color: #707070 !important;
  border: 1px solid #707070 !important;
  color: #ffffff !important;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #575757 !important;
  border-color: #575757 !important;
  color: #ffffff !important;
}

.btn-outline-muted {
  border: 1px solid #707070;
  color: #707070;
  background-color: transparent;
}

.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 {
  background-color: #707070;
  border-color: #707070;
  color: #ffffff;
}

.btn-custom {
  background-color: #32cfaa !important;
  border: 1px solid #32cfaa !important;
  color: #ffffff !important;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus {
  background-color: #27a789 !important;
  border-color: #27a789 !important;
  color: #ffffff !important;
}

.btn-outline-custom {
  border: 1px solid #32cfaa;
  color: #32cfaa;
  background-color: transparent;
}

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active, .btn-outline-custom.active, .btn-outline-custom.focus, .btn-outline-custom:not(:disabled):not(.disabled):active {
  background-color: #32cfaa;
  border-color: #32cfaa;
  color: #ffffff;
}

.btn {
  padding: 8px 30px;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
}

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

.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}

.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}

.btn.searchbtn {
  padding: 6px 20px;
}

.btn.btn-light {
  color: #353535 !important;
  background: #f8f8f8;
  border: 1px solid #dee2e6;
}

.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #dfdfdf !important;
  color: #353535;
}

.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #353535 !important;
  background-color: transparent;
}

.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f8f8;
}

button:not(:disabled) {
  outline: none;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-top {
  border-top: 1px solid #e9ecef !important;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef !important;
}

.border-left {
  border-left: 1px solid #e9ecef !important;
}

.border-right {
  border-right: 1px solid #e9ecef !important;
}

.nav-pills .nav-link {
  color: #535353 !important;
  margin: auto 15px;
  border: 1px solid #e9ecef;
  transition: all 0.2s ease;
}

.nav-pills .nav-link.active {
  background-color: #f8f9fa;
  color: #32cfaa !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.nav-pills .nav-link:hover {
  transform: translateY(-7px);
}

.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #e9ecef;
  color: #535353 !important;
}

.nav-pills a .capabilities .icon {
  display: inline-block;
  height: 58px;
  width: 58px;
  line-height: 58px;
  border-radius: 50%;
}

.nav-pills a .capabilities .icon i {
  font-size: 24px;
}

.nav-pills a .capabilities .title {
  font-size: 16px;
}

.nav-pills .capabilities-content .title {
  font-size: 18px;
  font-weight: 500;
}

.avatar.avatar-md-sm {
  height: 45px;
  width: 45px;
}

.avatar.avatar-small {
  height: 70px;
  width: 70px;
}

.avatar.avatar-medium {
  height: 110px;
  width: 110px;
}

.avatar.avatar-large {
  height: 140px;
  width: 140px;
}

.avatar.avatar-ex-large {
  height: 180px;
  width: 180px;
}

.back-to-top {
  display: none;
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 999999;
  background-color: #1E90FF;
  width: 33px;
  height: 33px;
  line-height: 31px;
  color: #fff;
  border: 1px solid #fff;
  /* color: #adb5bd;
  border: 1px solid #adb5bd; */
  transition: all 0.8s ease;
  transform: rotate(45deg);
}

.back-to-top i {
  font-size: 16px;
  transform: rotate(-45deg);
}

.back-to-top:hover {
  background-color: #32cfaa;
  border-color: #32cfaa;
}

.back-to-top:hover i {
  color: #ffffff;
}

.social-icon li a {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  line-height: 33px !important;
  text-align: center;
  color: #535353;
}

.social-icon li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  transition: all 0.5s ease;
  transform: rotate(45deg);
}

.social-icon li a i {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

.social-icon li a:hover i {
  color: #ffffff;
}

.social-icon li a:hover:before {
  border-color: #32cfaa !important;
  background: #32cfaa;
  transform: rotate(135deg);
}

.social-icon.social li a {
  color: #adb5bd;
}

.social-icon.social li a::before {
  border-color: #6c757d;
}

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

.navbar-custom .navbar-toggler {
  color: #ffffff;
  font-size: 30px;
  padding: 0px;
}

.navbar-custom .navbar-brand {
  color: #ffffff !important;
  font-weight: bold;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid;
  padding: 0px 5px;
}

.navbar-custom .navbar-nav li a {
  color: #ffffff !important;
  font-size: 15px;
  background-color: transparent !important;
  /* margin: 0 5px; */
  letter-spacing: 0.7px;
  line-height: 24px;
  /* text-transform: uppercase; */
  text-transform: none !important;
  transition: all 0.5s;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
}

.navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
  color: #32cfaa !important;
}

.navbar-custom .navbar-nav li.active a {
  color: #32cfaa !important;
}

.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
  padding-right: 0;
}

.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 0px;
  background-color: #ffffff;
  box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
  color: #353535 !important;
}

.nav-sticky.navbar-custom .navbar-toggler {
  color: #535353;
}

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

.nav-sticky.navbar-custom .navbar-nav li a {
  color: #2f3545 !important;
}

.nav-sticky.navbar-custom .navbar-nav li a:hover, .nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #32cfaa !important;
}

.nav-sticky.navbar-custom .navbar-nav li.active a {
  color: #32cfaa !important;
}

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

.nav-sticky .navbar-brand {
  color: #353535 !important;
}

.login-button {
  color: #ffffff;
  background-color: #32cfaa;
  text-transform: uppercase;
  font-size: 13px;
  transition: all 0.5s;
  padding: 10px 30px;
  line-height: 60px;
  border-radius: 8px;
  letter-spacing: 0.8px;
}

.login-button:hover {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (max-height: 480px) {
  .navbar-nav {
    max-height: 200px;
    overflow-y: auto;
  }
}

@media (max-width: 768px) {
  .navbar-custom {
    background-color: #353535;
    padding: 10px 0px !important;
  }
  .navbar-custom .container {
    width: 85%;
  }
  .login-button {
    margin-left: 5px !important;
  }
  .navbar-custom .oper-btns {
    margin-left: 0;
  }
  .navbar-custom .oper-btns span.login {
    border-left: 0;
    padding-left: 0;
  }
  .navbar-custom .navbar-collapse .heading {
    font-size: 17px;
  }
}

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

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

.bg-home {
  /* max-height: 82vh; */
  padding: 150px 0 100px;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: 100% 100%;
}

.bg-half {
  height: 75vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.gradient {
  background: #32cfaa !important;
  background: linear-gradient(45deg, #32cfaa, #005ED1) !important;
  opacity: 0.9;
}

.bg-dashboard {
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.bg-dashboard .home-dashboard img {
  position: relative;
  top: 80px;
  z-index: 1;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #535353 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.85);
}

.subcribe-form button {
  position: absolute;
  top: 3px;
  right: 3px;
  outline: none !important;
  font-size: 14px;
  padding: 12px 30px;
}

.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.jarallax {
  height: 100vh;
}

.title-perticle {
  position: relative;
  z-index: 1;
}

.home-shape {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -1px;
  left: 0;
}

.home-shape img {
  width: 100%;
  height: auto;
}

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

.home-slider .carousel-item,
.home-slider .carousel {
  height: 100vh;
  width: 100%;
}

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

@media (min-width: 768px) {
  .home-dash-section {
    padding-top: 172px !important;
  }
}

@media (min-width: 200px) and (max-width: 767px) {
  .bg-home, .bg-half, .jarallax, .bg-dashboard {
    padding: 100px 0 50px;
    height: auto;
  }
  .bg-home .sqmfty .form-group > span {
    font-size: 20px !important;
  }
  .mfsml, .sqmfty, .section_saasBanner .con-l {
    text-align: center !important;
    margin: 0 auto;
  }
  #reviews .img-fluid {
    width: 100% !important;
  }
}

.services {
  transition: all 0.2s ease;
}

.services .icon {
  margin-top: -85px;
  margin-left: 12px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  text-align: center;
}

.services .icon i {
  display: block;
  font-size: 30px;
  transform: rotate(-45deg);
}

.services .content .title {
  font-size: 18px;
  letter-spacing: 0.6px;
  transition: all 0.5s ease;
  font-weight: 500;
}

.services:hover {
  border-color: #32cfaa !important;
  transform: translateY(-7px);
}

.services:hover .icon {
  border-color: #32cfaa !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: #32cfaa !important;
  color: #ffffff;
}

.services:hover.serv-gradient .icon, .services:hover.serv-gradient:hover {
  border-color: linear-gradient(45deg, #32cfaa, #005ED1) !important;
}

.services:hover.serv-gradient .icon {
  background: linear-gradient(45deg, #32cfaa, #005ED1) !important;
}

.bg-cta .play-btn {
  height: 65px;
  width: 65px;
  font-size: 30px;
  line-height: 55px;
  border-radius: 50%;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.4);
  margin-top: 30px;
  background: #32cfaa;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
  transition: all 0.5s ease;
}

.bg-cta .play-btn:hover {
  box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
}

.watch-video a {
  font-size: 14px;
  letter-spacing: 1px;
}

.watch-video a .play-icon-circle {
  height: 50px;
  width: 50px;
  background-color: #32cfaa;
  line-height: 50px;
}

.watch-video a .play-icon-circle.play-iconbar {
  font-size: 17px;
}

.watch-video a .play-icon-circle.play {
  top: 77%;
}

.contact-cta .intro-text .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

@media (max-width: 768px) {
  .cta-image .padding-less {
    position: relative !important;
    height: 300px !important;
  }
  .cta-image .cta-image-content {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .contact-cta, .contact-cta-button {
    text-align: center !important;
  }
}

.team-detail {
  transition: all 0.2s ease;
  margin-top: 85px;
}

.team-detail .image {
  margin-top: -75px;
}

.team-detail .content .name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.team-detail .content .designation {
  font-size: 13px;
}

.team-detail:hover {
  transform: translateY(-7px);
}

.container-filter li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  line-height: 35px;
}

.container-filter li a:hover, .container-filter li a.active {
  color: #ffffff !important;
  background-color: #32cfaa;
  border-color: #32cfaa !important;
}

.container-filter li:first-child a {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

.container-filter li:last-child a {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

.portfolio-box .work-img .work-detail {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  background: none repeat scroll 0 0 rgba(53, 53, 53, 0.7);
  transition: all 0.5s ease;
}

.portfolio-box .work-img .work-detail .content {
  position: absolute;
  bottom: -30px;
  left: 0px;
  padding-left: 30px;
  transition: all 0.5s ease;
  opacity: 0;
}

.portfolio-box .work-img .work-detail .content .title {
  font-size: 17px;
  font-weight: 500;
}

.portfolio-box .work-img:hover .work-detail {
  opacity: 1;
}

.portfolio-box .work-img:hover .work-detail .content {
  bottom: 30px;
  opacity: 1;
}

.testimonial {
  transition: all 0.2s ease;
}

.testimonial .review {
  background: #f8f9fa;
}

.testimonial .review .base {
  font-weight: 500;
}

.testimonial .review.arrow-bottom:after {
  position: absolute;
  content: " ";
  top: 100%;
  left: 45%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-top-color: #f2f4f6;
  border-width: 15px;
}

.testimonial .name-content .name, .testimonial .name-content .designation {
  font-size: 13px;
}

.testimonial .name-content .name {
  letter-spacing: 0.8px;
  font-weight: 500;
}

.testimonial:hover {
  transform: translateY(-7px);
}

.pricing-table {
  transition: all 0.2s ease;
}

.pricing-table .pricing-plan {
  letter-spacing: 0.8px;
}

.pricing-table:hover {
  transform: translateY(-7px);
}

@media (min-width: 200px) and (max-width: 767px) {
  .pricing-table.business-plan {
    transform: scale(1);
  }
}

@media (min-width: 769px) {
  .pricing-table.business-plan {
    transform: scale(1.01);
    box-shadow: 0px 0px 40px rgba(53, 53, 53, 0.09);
    z-index: 1;
  }
}

.blog-post {
  transition: all 0.2s ease;
}

.blog-post .content .title {
  letter-spacing: 0.5px;
  font-weight: 500;
  transition: all 0.5s ease;
}

.blog-post .content .title:hover {
  color: #32cfaa !important;
}

.blog-post:hover {
  transform: translateY(-7px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.contact-detail i {
  font-size: 30px;
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.contact-detail .content .title {
  font-size: 18px;
  font-weight: 500;
}

.form-group label {
  font-size: 14px;
  font-weight: 500;
}

.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 40px;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #32cfaa;
}

.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 40px;
  font-size: 16px;
}

.form-group textarea {
  height: 120px !important;
}

.form-group textarea.form-control {
  line-height: 25px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #D52941;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #D52941;
  color: #D52941;
  border-radius: 4px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}

#success_page h3 {
  color: #159B42;
  font-size: 22px;
}

.footer {
  position: relative;
}

.footer .footer-logo {
  color: #ffffff !important;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #ffffff;
  padding: 3px 5px;
}

.footer .footer-head {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.footer .footer-list a {
  transition: all 0.5s ease;
}

.footer .footer-list a:hover {
  color: #32cfaa;
}

.footer .tagcloud a {
  background: #495057;
  border-radius: 2px;
  color: #adb5bd;
  display: inline-block;
  font-size: 9px;
  letter-spacing: 1px;
  margin: 5px 10px 5px 0;
  padding: 8px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.footer .tagcloud a:hover {
  background: #32cfaa;
  color: #ffffff;
}

.footer .text-foot {
  color: #adb5bd;
}

.footer.footer-bar {
  border-top: 1px solid #495057;
}
/* 计量样式 */
#logo{
	width: 70px;
}
.logo{
	border: none !important;
}
.logo span{
	margin-left: 20px;
}
.mfsml{
  /* width: 290px; */
	text-align: left;
}
.sqmfty {
  width: 90%;
}
.mfsml .para-desc {
  font-size: 16px;
}
.mfsml .para-desc b {
  font-size: 20px;
  padding-right: 5px;
  color: orange;
}
.mfsmr{
	width: 40%;
	text-align: left;
}
.mfsmr{
	background-color: hsla(218,61%,18%,0.50);
	padding: 20px;
	border-radius: 5px;
	color: #fff;
}
.mfsmr .form-group{
	display: flex;
	justify-content: flex-start;
    padding: 0 20px;
}
#get_code{
	font-weight: bold;
	font-size: 18px;
}
#learn{
	margin-top: 16%;
	font-weight: bold;
	font-size: 28px;
}
.learn{
	font-weight: bold;
	font-size: 18px;
	background-color: rgba(255, 50, 50, 1);
	color: #fff !important;
	border: none;
	padding: 10px 50px;
	border-radius: 35px;
}
.learn1 {
	font-weight: bold;
	font-size: 18px;
	background-color: #fff;
	color: #3a3a3a;
	border: none;
	padding: 8px 15px;
	border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
}
.learn1:hover {
  color: rgba(51, 112, 255, 1);
}
.learn1 span {
  margin-right: 5px;
}
.modal-dialog {
	max-width: 900px !important;
	margin: 1.75rem auto;
}
#myTabContent{border: 1px solid #1E90FF;}
#myTabContent>.tab-pane {
  /*max-height: calc(100vh - 200px);*/
  /*overflow-y: auto;*/
  padding: 10px;
}
#myTab{border-bottom: none;}
#myTab li{}
#myTab a{font-size: 14px;color: #000000;border: none;}
#myTab .active a{padding: 10px 20px !important;background-color: #1E90FF !important;font-size: 14px !important;font-weight: bold;color: #fff;}
.tab-pane img{display: block;width: 100%;height: auto;margin: 0 auto;}
.fade:not(.show) {
	opacity: 1;
}
#get_code, #learn, .learn{
	background-color: rgba(255, 30, 30, .9);
	color: #fff;
	border: none;
}
#get_code:hover, #learn:hover, .learn:hover {
  background-color: rgba(255, 30, 30, 1);
  color: #fff;
}
#learn{
	width: 100%;
	margin-top: 30px;
}
.section_structure table tr td,.section_structure table tr th{
	text-align: center;
	vertical-align: middle;
    border: 1px solid #32cfaa;
}
.section_structure .table thead th {
    border-bottom-width: 1px;
    background: #32cfaa;
    color: #fff;
}
.section_structure .table tbody tr:nth-child(even) {
  background: rgba(50, 207, 170, .2);
}
.section_structure .table tbody tr:hover {
  font-weight: bold;
  transition: all 0.8s ease;
}
.portfolio-grid{
	margin: 0;
	list-style: none;
	padding: 0;
}
.portfolio-grid li {
    float: left;
    height: 50px;
    width: 50px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 10px 0 !important;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; 
    color: #ffffff;
    text-align: center;
	background-color: #005ED1;
}

.browser-ie .portfolio-grid li, .browser-ie10 .portfolio-grid li {
    background-image: none;
}
 
.portfolio-grid li a{
 	padding: 0 !important;
 	line-height: 50px;
	font-size: 10px !important;
}
.portfolio-grid li a:hover{
    color: #fff;
}

.portfolio-grid li a img {
    width: 50px;
    height: 50px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 0;
}
.portfolio-grid li:hover img {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.portfolio-grid li a:after {
    font-family: "microsoft yahei", "黑体", simhei;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-top: -8px;
    margin-right: -9px;
    color: #ffffff;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-grid li:hover a:after {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.footer .tagcloud a{
	background-color: #32cfaa !important;
	color: #fff;
}
/*# sourceMappingURL=style.css.map */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/* 联系方式弹窗 LN */
#contactBox {
  position: fixed;
  right: 15px;
  bottom: 30px;
  padding-left: 15px;
}
#contactBox ul {
  padding-inline-start: 0;
}
#contactBox > ul > li {
  border-radius: 25px;
  background: #3370ff;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  cursor: pointer;
  transition: all 0.8s ease;
}
#contactBox > ul > li > a {
  width: 46px;
  min-height: 46px;
  font-size: 12px;
  color: #fff;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}
#contactBox > ul > li.cur {
  background: #32CFAA;
  /* box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15); */
}
#contactBox > ul > li:hover {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  background: #32CFAA;
}
#contactBox > ul > li > a > img {
  width: 25px;
  height: auto;
}
#contactBox .contact-window {
  min-width: 180px;
  position: absolute;
  bottom: 0;
  right: 60px;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
/* #contactBox > ul > li.cur .contact-window, #contactBox > ul > li:hover .contact-window {
  display: block;
} */
#contactBox .contact-window h2 {
  background: #32CFAA;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  /* letter-spacing: 1px; */
}
#contactBox .contact-window-content p {
  font-size: 11px;
  text-align: center;
  color: #999;
  padding: 5px 15px;
  margin-bottom: 0;
}
#contactBox .weChatCustom img {
  display: block;
  width: 130px;
  height: auto;
  margin: 10px auto 0;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
#contactBox .kefuContact ul {
  padding: 5px 12px;
}
#contactBox .kefuContact ul li {
  list-style: none;
  border-bottom: 1px dashed #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  height: 36px;
  white-space: nowrap;
}
#contactBox .kefuContact ul li:last-child {
  border-bottom: none;
}
#contactBox .kefuContact ul li label {
  display: inline-flex;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
#contactBox .kefuContact ul li a {
  display: inline-flex;
  width: 80px;
  height: 24px;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #32CFAA;
  border-radius: 4px;
  margin-left: 5px;
  transition: all 0.5s ease;
}
#contactBox .kefuContact ul li a:hover {
  background: #03BF93;
  transition: all 1s ease;
}
#contactBox .kefuContact > div {
  padding: 5px 12px;
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  border-top: 1px solid #eee;
  line-height: 2em;
}
#contactBox .kefuContact > div > a {
  color: #03BF93;
  white-space: nowrap;
}
#contactBox .adviceContact {
  font-size: 12px;
  padding: 10px 12px;
  text-align: center;
}
#contactBox .adviceContact img {
  width: 30px;
  height: auto;
  display: block;
  margin: 0 auto 5px;
}

.list-unstyled1 .text-custom {
  color: #fff !important;
}
.slick-list {
  padding: 5px 0 !important;
}
/*.slick-track {*/
/*  display: flex !important;*/
/*  align-items: center;*/
/*}*/
.slick-slider {
  /*background: rgba(0,0,0,.4);*/
}
.slick-slide > div {
  text-align: center;
  /*background: #fff;*/
  /*border-radius: 8px;*/
  /*border: 2px solid #eee;*/
  /*box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);*/
  /*padding: 10px 8px;*/
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
  padding: 0 8px;
}
/*.slick-slide > div > div {*/
/*  text-decoration: underline;*/
/*}*/
.slick-slide > div:hover {
  color: #3370ff;
}
.oper-btns {
  margin-left: 15px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.oper-btns span {
  display: inline-block;
  padding: 0 15px;
  color: #fff;
  transition: all 0.5s;
  font-family: "Rubik", sans-serif;
  font-weight: bold;
  cursor: pointer;
}
.oper-btns span.login {
  border-left: 1px solid #ccc;
}
.oper-btns span.register {
  height: 32px;
  font-size: 14px;
  padding: 0 16px;
  min-width: 108px;
  border-radius: 16px;
  background-color: rgba(51, 112, 225, .9);
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 10px; */
}
.oper-btns span.register:hover {
  background-color: rgba(51, 112, 225, 1);
}
.nav-sticky .oper-btns span.login {
  color: #2f3545;
}
@media (min-width: 1280px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
    max-width: 1200px
  }
}
@media (min-width: 1440px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width: 1280px
  }
}
@media (min-width: 1680px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width: 1440px
  }
}
@media (min-width: 1920px) {
  .container,.container-lg,.container-md,.container-sm,.container-xl {
      max-width: 1550px
  }
}
.bg-hand {
  background: url("../images/bg1.jpg") no-repeat center center #0b0b0b;
  background-size: 100% auto;
}
.bg-hand h4 {
  color: #fff;
}
.bg-hand p {
  width: 75%;
  text-align: left;
  text-indent: 2em;
  color: rgba(255, 255, 255, .8);
}
.advantage > div {
  padding: 0 15px;
  display: flex;
  margin-bottom: 25px;
}
.advantage_box {
  border: 1px solid #32CFAA;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.advantage_box:hover {
  box-shadow: 0 3px 8px #ccc;
  transition: all 1s ease;
}
.advantage_box img {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50%;
  height: auto;
  opacity: .1;
}
.advantage_box .title {
  background: #32CFAA;
  color: #fff;
  text-align: center;
  line-height: 2.4em;
  margin: 0;
  font-size: 20px;
}
.advantage_box ul {
  padding: 10px 15px 15px;
  position: relative;
  overflow: hidden;
  height: calc(100% - 40px);
}
.advantage_box ul li {
  margin: 5px 0;
}
.advantage_box ul li i {
  margin-right: 10px !important;
}
.btn-anim {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.btn-anim .learn {
  padding: 10px 80px;
}
.anim, .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}

.anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  animation: anim-out 0.75s;
  cursor: pointer;
}

.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border-radius: 50%;
}

.anim:before {
  position: relative;
  content: '';
  display: block;
  margin-top: 100%;
}

.anim, .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}

.anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}

.anim:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}

.anim_container {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  overflow: hidden;
}

@keyframes anim-out {
  0% {
    width: 0%;
    background: rgba(255,255,255,0.35);
  }

  100% {
    width: 100%;
    background: transparent;
  }
}

@keyframes anim-out-pseudo {
  0% {
    background: rgba(0,0,0,0.35);
  }

  100% {
    background: transparent;
  }
}
.section_row_about > div {
  display: flex;
  margin-bottom: 10px;
  padding: 0 10px;
}
.contBox {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: all 0.5s ease;
}
.contBox:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
  margin-top: -15px;
}
.contBox h5 {
  text-align: center;
}
.contBox p {
  margin-bottom: 0.5rem;
  text-indent: 2em;
}
.contBox img {
  width: 80px;
  height: auto;
  display: block;
  margin: 20px auto 30px;
}
.section_structure_div > div {
  display: flex;
}
.section_structure_div .services {
  height: 100%;
}
.overview-box {
  background: #fff;
  box-shadow: 2px 2px 8px #eee;
  border-radius: 8px;
  padding: 25px 30px 35px;
  margin-bottom: 20px;
  height: calc(100% - 25px);
}
.overview-box:hover {
  /*transform: scale(1.05);*/
  transition: all 1s ease;
  background: #32CFAA;
}
.overview-box:hover h4, .overview-box:hover p {
  color: #fff;
}
.overview-box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #c1fdef;
  border-radius: 40px;
  margin: 0 auto 10px auto;
}
.overview-box .pic::after {
  content: "";
  width: 50px;
  height: 50px;
  background: #32cfaa;
  border-radius: 30px;
}
.overview-box .pic i {
  font-size: 25px;
  color: #fff;
  position: absolute;
}
.overview-box h4 {
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5em;
  padding: 10px 0;
}
.overview-box p {
  color: #999;
  font-size: 13px;
  text-align: left;
  line-height: 1.8em;
  margin: 0;
}
.section_buy ul li {
  color: #fff;
  line-height: 2em;
  list-style: none;
}
.zxBox {
  background: #fff;
  border-radius: 10px;
  padding: 35px 40px;
}
.zxBox h4 {
  line-height: 2em;
  margin-bottom: 20px;
}
.zxBox form input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #eee;
  border-radius: 3px;
  padding: 0 15px;
  margin-bottom: 20px;
  border: none;
  outline: none;
}
.zxBox form a.btn {
  width: 100%;
  margin-top: 20px;
}
.nextStep {
  text-align: center;
}
.nextStep:hover {
  scale: 1.05;
  transition: all 0.5s ease;
}
.nextStep dt {
  position: relative;
}
.nextStep dt >div.circle {
  border: 1px dashed #32cfaa;
  border-radius: 60px;
  width: 100px;
  height: 100px;
  padding: 5px;
  margin: 0 auto;
}
.nextStep dt >div.circle >p {
  background: #32cfaa;
  height: 100%;
  width: 100%;
  border-radius: 60px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nextStep dt >span.fas {
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -10px;
  color: #ccc;
  font-size: 20px;
}
.nextStep dt i {
  color: #fff;
  font-size: 40px;
}

.nextStep dd {
  margin-top: 10px;
}
.nextStep dd h5 {
  font-size: 18px;
  margin-bottom: 0;
}
.nextStep dd p {
  color: #999;
}
.row_magicKey >div {
  margin-bottom: 1.5rem;
}
.dlBox2 {
  background: #fff;
  font-size: 20px;
  border-left: 3px solid #32cfaa;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.dlBox2:hover {
  box-shadow: 2px 2px 8px #eee;
  scale: 1.05;
  transition: all 0.5s ease;
}
.dlBox2 dt {
  position: relative;
  height: 46px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.dlBox2 dt label {
  background: linear-gradient(120deg, #32cfaa 50%, #fff 50%);
  color: #fff;
  width: 100px;
  height: 100%;
  line-height: 100%;
  font-size: 25px;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
.dlBox2 dt label i {
  margin: 0 2px;
}
/*.dlBox2 dt label i:last-child {*/
/*  margin-right: 0;*/
/*}*/
.dlBox2 dd {
  color: #999;
  padding: 1rem;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.8em;
}
.dlBox3 {
  background: #32CFAA;
  color: #fff;
  padding: 1rem 1.5rem 0;
  position: relative;
  line-height: 1.8em;
  height: 100%;
  border-radius: 2px;
  border-bottom: 3px solid #32CFAA;
}
.dlBox3:hover {
  border-bottom: 3px solid orange;
}
.dlBox3 dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  margin-bottom: .8rem;
}
.dlBox3 dt i {
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: 0;
  opacity: .2;
}
.dlBox3 dd {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.2em;
  padding: 5px 0;
}
.section_trait .row >div {
  margin-bottom: 1rem;
}
.labelDiv label {
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid #777;
  color: #777;
  font-size: 13px;
  margin-right: 10px;
  border-radius: 20px;
}
.section_buy .row.text-white p i.fas {
  margin-right: 8px;
}
.computer-system {
  width: 280px;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
}
.computer-system dt {
  background: #eee;
  padding: 40px 20px;
  position: relative;
}
.computer-system dt .fixBg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  left: 0;
  top: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.computer-system dt .fixBg a {
  padding: 5px 18px;
  background: #32CFAA;
  border-radius: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  cursor: pointer;
}
.computer-system dd {
  line-height: 2.5em;
  margin-bottom: 0;
}
.computer-system:hover {
  box-shadow: 2px 2px 8px #eee;
  transition: all 0.5s ease;
}
.computer-system:hover dt .fixBg {
  display: flex;
  transition: all 0.5s ease;
}
.computer-system:hover dt img {
  scale: 1.2;
  transition: all 0.5s ease;
}