/*.navbar-custom{
  background-color: @baseColor;
}*/
.nav-sticky.navbar-custom.sticky-dark {
  background-color: #2e545f;
}
.footer {
  background-color: #2e545f;
  background-image: none;
}
.text-primary,
.navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:focus,
.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #e9b143 !important;
}
.bg-primary,
.btn-primary,
.home-carousel .carousel-indicators li,
.team-social li a:hover,
.contact-border,
.back-to-top:hover {
  background-color: #e9b143 !important;
}
.btn-primary,
.registration-input-box:focus,
.form-control:focus,
.team-social li a:hover {
  border-color: #e9b143;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  border-color: #e9b143;
  background-color: #e9b143;
}
.navbar {
  box-sizing: border-box;
  background-color: #ffffff !important;
  background-image: url("../images/backgroup-top.png");
  background-size: 100% 102%;
  transition: padding-right 0.5s ease-in-out, padding-top 0.5s ease-in-out, padding-left 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
  padding: 20px 0;
}
.navbar .container {
  width: 100%;
}
.navbar .container .navbar-brand {
  font-family: "Noto Sans SC", serif !important;
  font-weight: 900;
  text-transform: none;
}
.navbar .container a.nav-link {
  color: #D4DDDF;
}
@media (max-width: 992px) {
  .navbar .container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 0;
  }
  .navbar .container .navbar-toggler {
    padding: 0.25rem 10px 0.25rem 0;
  }
}
.bg-home {
  background-color: #ffffff;
  background-image: none;
  height: 720px;
  padding: 60px 0;
  /*@media (max-width: @screen-md-min) {
    padding: 60px 0;
  }*/
}
.bg-home .home-center {
  padding: 20px 0;
}
.bg-home .home-registration-form {
  border-radius: 5px;
  border: none;
  height: 416px;
  width: 380px;
}
.bg-home .home-registration-form .result {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center;
}
.bg-home .home-registration-form .result.es {
  padding: 30px 0;
}
.bg-home .home-registration-form .result .image {
  width: 76%;
  margin: 0 auto;
}
.bg-home .home-registration-form .result .image img {
  width: 100%;
  height: 100%;
}
.bg-home .home-registration-form .result .title {
  font-size: 18px;
  font-weight: bold;
  padding: 32px 0 0;
  color: #4a6a76;
}
.bg-home .home-registration-form .result .text {
  color: #4a6a76;
  padding: 20px 0 0;
  font-size: 13px;
}
@media (max-width: 992px) {
  .bg-home {
    height: auto;
  }
  .bg-home p {
    text-align: justify;
  }
  .bg-home .more {
    text-align: center;
  }
  .bg-home .home-registration-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
}
.services-box .services-icon img {
  width: 36px;
}
.pricing {
  display: none;
  text-align: center;
}
@media (min-width: 993px) {
  .pricing {
    display: block;
  }
}
.pricing img {
  width: 90%;
}
.pricing-m {
  display: none;
}
@media (max-width: 992px) {
  .pricing-m {
    display: block;
  }
}
.pricing-m img {
  width: 100%;
}
.footer-terms {
  text-align: center;
}
.footer-terms .beian {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.copy-rights {
  color: rgba(255, 255, 255, 0.5) !important;
}
.services-box {
  display: block;
  color: #212529 !important;
}
.login-buttons {
  width: 110px;
  background-color: #ffffff;
  border-radius: 17px;
  font-size: 12px;
  padding: 5px 10px;
  display: flex;
  justify-content: space-around;
}
.login-buttons.local {
  width: 150px;
}
@media (max-width: 992px) {
  .login-buttons {
    display: none;
  }
}
.login-buttons a {
  color: #2E5460;
}
.login-buttons a.login {
  margin-right: 12px;
}
.footer {
  padding: 11px 0;
}
p.home-subtitle {
  color: #D4DDDF !important;
}
.home-center {
  background-color: #ffffff !important;
  background-image: url("../images/backgroup-home.png");
  background-size: 100% 100%;
}
.home-center h1 {
  font-family: "Noto Sans SC", serif !important;
  font-weight: 500;
}
@media (max-width: 992px) {
  .home-center {
    background-image: url("../images/backgroup-home-m.png");
  }
}
.more-questions {
  background-color: #ffffff;
  background-image: url("../images/backgroup-more-questions.png");
  background-size: 100% 100%;
  padding: 50px 0;
}
.more-questions h3 {
  font-size: 1.17em;
  color: #ffffff;
}
.more-questions a.btn {
  color: #2f5360;
  background: #ffffff !important;
  border: none;
}
@media (max-width: 992px) {
  .more-questions {
    padding: 20px 0;
  }
  .more-questions h3 {
    margin-bottom: 12px !important;
  }
}
#back-to-top {
  background-color: transparent!important;
}
#back-to-top:hover {
  background-color: transparent!important;
}
#back-to-top:hover .icon {
  background-image: url("../images/back-to-top-icon-hover.png");
}
#back-to-top .icon {
  width: 100%;
  height: 100%;
  background-image: url("../images/back-to-top-icon.png");
  background-size: 100% 100%;
}
section.contact-title {
  background-color: #ffffff;
  background-image: url("../images/backgroup-contact.png");
  background-size: 100% 100%;
  padding: 50px 0;
  color: #ffffff;
}
section.contact-title .text-muted {
  color: #ffffff !important;
}
section.contact-title h3 {
  font-size: 1.17em;
}
@media (max-width: 992px) {
  section.contact-title {
    padding: 20px 0;
  }
  section.contact-title .title-icon {
    margin-bottom: 15px;
  }
}
section.contact {
  padding: 30px 0;
}
.contact-info {
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  padding: 0 14px;
  height: 262px;
  background-image: url("../images/backgroup-contact-info.png");
  background-repeat: no-repeat;
  background-position: bottom 14px right 14px;
  background-size: 40% auto;
}
.contact-info .fw-bold {
  color: #333333;
  font-size: 13px;
}
.contact-info .d-block {
  font-size: 13px;
  color: #7F7F7F;
}
.contact-textarea {
  position: relative;
}
.contact-textarea #submit {
  width: 94px;
  position: absolute;
  bottom: 8px;
  right: 20px;
  padding: 9px 34px;
}
.contact-textarea textarea {
  margin-bottom: 0;
}
.custom-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 262px;
}
.services-box.hover:hover {
  box-shadow: 0 0 10px 2px rgba(100, 100, 100, 0.2);
}
.home-registration-form.form-local {
  height: 428px;
}
.home-registration-form.form-local .form h5 {
  margin-bottom: 12px !important;
}
.pricing-tips {
  text-align: center;
  font-size: 24px;
  color: #ff0000;
}
@media (max-width: 992px) {
  .pricing-tips {
    font-size: 18px;
  }
}
/*# sourceMappingURL=base.css.map */