h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, a, span{
  color: #333;
  font-family: 'Noto Sans', 'Roboto', sans-serif;
}
a {
  color: #333;
  cursor: pointer;
  -webkit-transition: color 100ms ease-out 100ms;
  -moz-transition: color 100ms ease-out 100ms;
  -o-transition: color 100ms ease-out 100ms;
  transition: color 100ms ease-out 100ms;
}
p {
  color: #333;
}
a:hover {
  color: #333;
}
main {
  overflow: hidden;
  min-height: calc(100vh - 160px);
}
button,
.button {
  box-shadow: none !important;
  outline: none !important;
}
button:focus,
.button:focus,
button:hover,
.button:hover,
button:active,
.button:active {
  box-shadow: none !important;
  outline: none !important;
}
.mobile-menu .btn:hover{
  color: #fff;
}
br.visible-lg {
  display: inline-block !important;
}
.white {
  color: #fff;
}
.white:hover {
  color: #fff;
}
.gray {
  color: #757575;
}
.bold {
  font-weight: 500;
}
.semi-bold {
  font-weight: 400;
}
.font-large-size {
  font-size: 35px;
  line-height: 1em;
}
.font-big-size {
  font-size: 50px;
  line-height: 1.2em;
}
.font-normal-size {
  font-size: 24px;
}
.font-20-size {
  font-size: 20px;
}
.font-12-size {
  font-size: 12px;
}
.vertical-image {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.text-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.padding-0 {
  padding: 0;
}
.pading-left-0 {
  padding-left: 0;
}
.main-log {
  height: 73px;
}
.align-logo {
  margin-bottom: -20px;
}
.footer {
  height: 160px;
  background: #424242;
  padding: 50px;
}
.footer a:hover {
  color: #ccc;
}
/* Registration widget fix */
/*form.reg ul {
  display: none !important;
}
form.reg .submit-button {
  margin-top: 70px !important;
}
form.reg input {
  margin-top: 80px !important;
}*/
/* End Registration widget fix */
/* Bootstrap styling */
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ccc;
}
.has-error * {
  outline: none !important;
  box-shadow: none !important;
  border-color: rgba(229,57,53,0.8) !important;
  color: rgba(229,57,53,0.8) !important;
}
/* End Bootstrap styling */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: rgba(0,0,0,0.88);
}
.overlay.hide-element {
  display: none;
}
.success-confirmation {
  z-index: 2;
  background: #fff;
  color: #010101;
  width: 400px;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  position: fixed;
  margin: auto;
}
.success-confirmation .success-confirmation-close {
  position: absolute;
  right: 14px;
  top: 0px;
  color: #7457b9;
  display: inline-block;
  font-size: 34px;
}
.success-confirmation .success-confirmation-close:hover {
  text-decoration: none;
}
.success-confirmation .success-confirmation-msg {
  position: absolute;
  font-size: 24px;
  height: 24px;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
}
.success-confirmation.hide-element {
  display: none;
}
.buttons {
  min-width: 185px;
  position: absolute;
  right: 30px;
}
.btn-green {
  background: #008a80;
  color: #fff;
  border: #008a80 solid 1px;
  border-radius: 3px;
  padding: 10px 20px;
  font-size: 18px;
}
.btn-green:hover,
.btn-green.btn-default.disabled:hover {
  background: #009688;
  border: #009688 solid 1px;
  color: #fff;
}
.btn-green:active {
  background: #00796b;
  border: #00796b solid 1px;
  color: #fff;
}
header .gradient {
  background-color: #6a46a3;
  background-image: -webkit-repeating-radial-gradient(75% bottom, circle farthest-corner, #ba68c8 0%, #1a237e 100%);
  background-image: repeating-radial-gradient(circle farthest-corner at 75% bottom, #ba68c8 0%, #1a237e 100%);
  background-image: -ms-repeating-radial-gradient(75% bottom, circle farthest-corner, #ba68c8 0%, #1a237e 100%);
}
header .background {
  width: 100%;
  height: 88vh;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}
header .background * {
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  bottom: 0;
  border-radius: 50%;
  overflow: hidden;
}
header .circle-1 {
  width: 93.75vw;
  height: 93.75vw;
  background: rgba(255,255,255,0.03);
}
header .circle-2 {
  width: 67.18vw;
  height: 67.18vw;
  background: rgba(255,255,255,0.02);
}
header .circle-3 {
  width: 50.78vw;
  height: 50.78vw;
  background: rgba(255,255,255,0.03);
}
header .circle-4 {
  width: 21.25vw;
  height: 21.25vw;
  background: rgba(255,255,255,0.03);
}
header .circle-5 {
  width: 18.75vw;
  height: 18.75vw;
  background: rgba(255,255,255,0.06);
}
.region-header {
  height: 88vh;
}

.region-header.hero-page {
  height: 45vh;
}
.region-header.hero-page .background {
  width: 100%;
  height: 45vh;
}
.region-header.hero-page .hero-region {
  height: 21vmin;
  position: relative;
}
.region-header.hero-page .hero-region .hero-region-row:last-child {
  top: 17vmin;
}
.region-header .hero-region {
  left: 0;
  right: 0;
  top: 15vmin;
  bottom: 0;
  height: 71.4vmin;
  text-align: center;
}
.region-header .hero-region .hero-region-row button {
  font-size: 2.68em;
  background: none;
  border: solid 1px #fff;
  padding: 12px 85px;
  border-radius: 3px;
  color: #fff;
  margin-top: 40px;
  transition: background-color 0.5s ease;
  font-weight: 300;
}
.region-header .hero-region .hero-region-row button:hover {
  background: rgba(255,255,255,0.12);
}
.region-header .hero-region .hero-region-row button:active {
  background: rgba(255,255,255,0.26);
}
.region-header .hero-region .hero-region-row a {
  font-size: 1.68em;
  margin-top: 200px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.5s ease;
}
.region-header .hero-region .hero-region-row:last-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 35vmin;
}
.region-header .hero-region .hero-title {
  font-size: 3.15vw;
  letter-spacing: 1.64vw;
  font-weight: 100;
  color: #fff;
  white-space: nowrap;
  /* max-width: 63vw; */
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
}
.region-header .hero-region .hero-title span {
  font-family: 'Roboto', sans-serif;
  color: #fff;
}
.region-header .hero-region .hero-description {
  font-size: 2.3vw;
  max-width: 63vw;
  white-space: nowrap;
  width: 54vw;
  text-align: left;
  margin-top: -0.5vw;
  font-weight: 100;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
}
.page-node-5034 .region-header{
  height: 11vh;
}
.second-floor .container {
  transform: translateX(115px);
}
.third-floor {
  background: #7457b9;
  color: #fff;
}
.third-floor .h2,
.third-floor .h3,
.third-floor .h4,
.third-floor .bold,
.third-floor p{
  color: #fff;
}
.third-floor .h2 {
  font-size: 50px;
}
.third-floor img {
  min-width: 50px;
}
.fourth-floor {
  height: 1px;
}
.fourth-floor img {
  width: 90%;
  transform: translate(5%, -50%);
}
.fourth-floor .container img {
  width: 110%;
  transform: translate(-5%, -50%);
}
.fifth-floor .testimonial-element {
  background: #eee;
  padding: 35px;
  text-align: center;
  width: 94%;
  height: 100%;
  margin-left: 4.5%;
  margin-bottom: 10px;
}
.fifth-floor .testimonial-element .testimonial-author {
  margin-top: 10px;
}
.fifth-floor .testimonial-element .testimonial-author img {
  margin-right: 10px;
  max-width: 80px;
}
.fifth-floor .testimonial-element:before {
  content: "";
  background: url("/sites/default/files/themes/smartcat/pages/front-cn/quotes.png") no-repeat;
  width: 30px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  margin-bottom: 35px;
}
.six-floor .button-big-green {
  -webkit-transition: background 100ms ease-out 100ms;
  -moz-transition: background 100ms ease-out 100ms;
  -o-transition: background 100ms ease-out 100ms;
  transition: background 100ms ease-out 100ms;
  background: #008a80;
  border: solid 1px #008a80;
  border-radius: 3px;
  color: #fff;
  padding: 18px 33px;
}
.six-floor .button-big-green:hover {
  background: #009688;
  border: solid 1px #009688;
}
.six-floor .button-big-green:active {
  background: #00796b;
  border: solid 1px #00796b;
}
.six-floor .button-big-green:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.six-floor .bigger-size {
  line-height: 1em;
}
.seven-floor p {
  font-size: 22px;
}
@media (min-width: 993px) {
  .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 992px) {
  .second-floor .container {
    transform: none;
    padding: 0 35px;
  }
  .second-floor .img-responsive {
    margin: 0 auto;
  }
  .mobile-menu a.btn-purple{
    background: #008a80;
    color: #ffffff;
  }
  .mobile-menu a.btn-purple:hover{
    background: #9575CC;
    color: #ffffff;
  }
  .text-sm-center {
    text-align: center;
  }
  br.visible-lg {
    display: none !important;
  }
  .footer {
    height: 160px;
    padding: 20px 50px;
  }
}
@media (min-width: 769px) {
  .navigation-main .main-logo {
    margin-left: 0;
  }
  .nobr-sm {
    white-space: nowrap;
  }
  .pading-sm-left-0 {
    padding-left: 0;
  }
  .fifth-floor .testimonial-element.first-column {
    float: none;
  }
}
@media (max-width: 768px) {
  .text-xs-center {
    text-align: center;
  }
  .font-xs-big-size {
    font-size: 24px;
  }
  .font-xs-normal-size {
    font-size: 21px;
  }
  .margin-xs-left-20 {
    margin-left: 20px;
  }
  .padding-xs-left-30 {
    padding-left: 30px;
  }
  .navigation-main {
    padding: 0;
    margin-left: -15px;
  }
  .navigation-main .button-mobile-menu {
    margin-left: 35px;
  }
  .third-floor .h2 {
    font-size: 6vh;
  }
  .fifth-floor .testimonial-element {
    width: 94%;
    margin-left: 0;
    margin-right: 0;
    transform: translateX(3%);
  }
  .seven-floor p {
    padding-left: 20px;
    text-align: justify;
  }
}
@media (max-width: 660px) {
  .region-header .circle-1 {
    width: 162vw;
    height: 162vw;
    margin-left: -31vw;
    margin-right: -31vw;
  }
  .region-header .circle-2 {
    width: 116vw;
    height: 116vw;
  }
  .region-header .circle-3 {
    width: 88vw;
    height: 88vw;
  }
  .region-header .circle-4 {
    width: 37vw;
    height: 37vw;
  }
  .region-header .circle-5 {
    width: 32.5vw;
    height: 32.5vw;
  }
  .region-header.hero-page .hero-region {
    height: 115vmin;
  }
  .region-header.hero-page .hero-region .hero-region-row:last-child {
    top: 32vmin;
  }
  .region-header .hero-region {
    height: 115vmin;
  }
  .region-header .hero-region .hero-region-row:last-child {
    top: 42vmin;
  }
  .region-header .hero-region .hero-region-row:last-child a {
    font-size: 5vw;
    cursor: pointer;
  }
  .region-header .hero-region .hero-region-row button {
    margin-top: 50px;
    font-size: 5vw;
    padding-left: 45px;
    padding-right: 45px;
  }
  .region-header .hero-region .hero-title {
    font-size: 5.1vw;
    max-width: 86vw;
  }
  .region-header .hero-region .hero-description {
    max-width: 81vw;
    font-size: 6.3vw;
    width: 76vw;
    margin-right: -2.2vw;
    white-space: normal;
  }
}
@media screen and (min-width: 480px) and (max-width: 660px) {
  .region-header.hero-page .hero-region {
    height: 80vmin;
  }
  .region-header.hero-page .hero-region .hero-region-row:last-child {
    top: 20vmin;
  }
  .region-header .hero-region {
    height: 80vmin;
  }
  .region-header .hero-region .hero-region-row:last-child {
    top: 27vmin;
  }
}
@media screen and (max-width: 660px) and (orientation: landscape) {
  .region-header .hero-region {
    height: 74vmin;
    top: 0;
  }
  .region-header .hero-region .hero-region-row button {
    margin-top: 20px;
    font-size: 4vw;
  }
  .region-header .hero-region .hero-region-row:last-child {
    top: 37vmin;
  }
  .region-header .hero-region .hero-description {
    font-size: 5.8vw;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) and (orientation: portrait) {
  .region-header .hero-region {
    top: 50vmin;
  }
}
