#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 999999;
  text-align: center;
}
#preloader .preloader-position {
  width: 100%;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#preloader .progress {
  height: 2px;
  margin: 35px 0;
}
#preloader .progress .indeterminate {
  background: #b6a575;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  -moz-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  -ms-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  -o-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -moz-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -ms-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -o-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  -moz-animation-delay: 1.15s;
  -ms-animation-delay: 1.15s;
  -o-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: none;
  background-color: #eee;
  height: 5px;
  overflow: visible;
  border-radius: 0;
  margin-bottom: 30px;
}
#preloader .progress {
  height: 2px;
  margin: 35px 0;
}
#preloader .progress .indeterminate {
  background: #b6a575;
}
#preloader .progress {
  height: 2px;
  margin: 35px 0;
}
#preloader .progress .indeterminate {
  background: #b6a575;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

.white-text {
  color: rgb(255, 255, 255) !important;
}
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
img {
  border: 0;
}
html {
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
}
ul {
  list-style-type: none;
}
a {
  color: rgb(3, 155, 229);
  text-decoration: none;
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
nav,
.btn {
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0 2px 5px 0,
    rgba(0, 0, 0, 0.117647) 0 2px 10px 0;
  box-shadow: rgba(0, 0, 0, 0.156863) 0 2px 5px 0,
    rgba(0, 0, 0, 0.117647) 0 2px 10px 0;
}
i {
  line-height: inherit;
}
.container {
  padding: 0 1.5rem;
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
nav {
  color: rgb(255, 255, 255);
  background-color: rgb(238, 110, 115);
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav a {
  color: rgb(255, 255, 255);
}
nav ul {
  margin: 0;
  float: right;
}
nav ul li {
  float: left;
  padding: 0;
}
nav ul a {
  font-size: 1rem;
  color: rgb(255, 255, 255);
  display: block;
  padding: 0 15px;
}
@media only screen and (min-width: 601px) {
  nav {
    height: 64px;
    line-height: 64px;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rokkitt:wght@400;700&display=swap");
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.870588);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h4 {
  font-weight: 400;
}
h1 {
  font-size: 4.2rem;
  line-height: 4.62rem;
  margin: 2.1rem 0 1.68rem;
}
h4 {
  font-size: 2.28rem;
  line-height: 2.508rem;
  margin: 1.14rem 0 0.912rem;
}
.light {
  font-weight: 300;
}
.btn {
  display: inline-block;
  height: 36px;
  margin-bottom: 15px;
  padding: 0 2rem;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  background-clip: padding-box;
  line-height: 36px;
  text-transform: uppercase;
  border: none;
  outline: rgb(0, 0, 0);
}
.btn i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn {
  text-decoration: none;
  color: rgb(255, 255, 255);
  background-color: rgb(38, 166, 154);
  text-align: center;
  letter-spacing: 0.5px;
}
.waves-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}
html {
  font-family: sans-serif;
}
body {
  margin: 0;
}
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
* {
  box-sizing: border-box;
}
::after,
::before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: rgb(51, 51, 51);
  background-color: rgb(255, 255, 255);
}
a {
  color: rgb(51, 122, 183);
  text-decoration: none;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > img,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
h1,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h4 {
  font-size: 18px;
}
.text-center {
  text-align: center;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-block {
  display: block;
  width: 100%;
}
.collapse {
  display: none;
  visibility: hidden;
}
.dropdown {
  position: relative;
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: transparent;
  -webkit-box-shadow: rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  box-shadow: rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    padding-bottom: 0;
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    visibility: visible !important;
  }
}
.carousel-inner > .item {
  position: relative;
  display: none;
}
.carousel-inner > .item > img {
  line-height: 1;
}
@media not all, (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
.container::after,
.container::before,
.navbar-collapse::after,
.navbar-collapse::before {
  display: table;
  content: " ";
}
.container::after,
.navbar-collapse::after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
body {
  font-size: 14px;
  line-height: 1.48856;
}
@media (min-width: 768px) {
  body {
    font-size: 14.22222222px;
    line-height: 1.55328;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.618;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17.92px;
    line-height: 1.68272;
  }
}
h1 {
  line-height: 1.104;
  font-size: 34.56790123px;
}
@media (min-width: 768px) {
  h1 {
    line-height: 1.152;
  }
}
@media (min-width: 992px) {
  h1 {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h1 {
    line-height: 1.248;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 39.50617284px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 44.44444444px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 49.77777778px;
  }
}
h4 {
  line-height: 1.104;
  font-size: 16.59259259px;
}
@media (min-width: 768px) {
  h4 {
    line-height: 1.152;
  }
}
@media (min-width: 992px) {
  h4 {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h4 {
    line-height: 1.248;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 18.96296296px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 21.33333333px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 23.89333333px;
  }
}
.pull-right {
  float: right;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local(Material Icons), local(MaterialIcons-Regular),
    url(/themes/frontend/kys/assets/kys/fonts/iconfont/MaterialIcons-Regular.woff2)
      format("woff2"),
    url(/themes/frontend/kys/assets/kys/fonts/iconfont/MaterialIcons-Regular.woff)
      format("woff"),
    url(/themes/frontend/kys/assets/kys/fonts/iconfont/MaterialIcons-Regular.ttf)
      format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
body {
  line-height: 1.618;
  font-weight: 500;
  color: rgb(107, 102, 90);
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  font-family: Raleway, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
}
html {
  width: 100%;
  height: 100%;
  font-family: Raleway, sans-serif !important;
}
a {
  color: rgb(182, 165, 117);
  outline: none;
  text-decoration: none;
}
a > * {
  outline: none;
  text-decoration: none;
}
h1,
h4 {
  font-family: Raleway, sans-serif;
  margin-top: 25px;
  margin-bottom: 12.5px;
  color: rgb(32, 32, 32);
}
h1 {
  font-weight: 400;
}
h4 {
  font-weight: 300;
  font-style: italic;
}
.btn {
  height: 50px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 26px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 0;
}
.btn-lg {
  padding: 12px 38px;
}
nav {
  background-color: transparent;
}
nav ul {
  float: none;
}
nav ul li {
  float: none;
}
nav ul a {
  font-size: inherit;
}
.text-extrabold {
  font-weight: 900 !important;
}
.has-header-search .menuzord-menu {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .btn-lg {
    height: auto;
    font-size: 14px;
    padding: 8px 25px;
  }
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media only screen and (max-width: 749px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 601px) {
  .container {
    width: 90%;
  }
}
body {
  font-size: 14px;
  line-height: 1.48856;
}
@media (min-width: 768px) {
  body {
    font-size: 14.22222222px;
    line-height: 1.55328;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.618;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 17.92px;
    line-height: 1.68272;
  }
}
h1 {
  line-height: 1.104;
  font-size: 34.56790123px;
}
@media (min-width: 768px) {
  h1 {
    line-height: 1.152;
  }
}
@media (min-width: 992px) {
  h1 {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h1 {
    line-height: 1.248;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 39.50617284px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 44.44444444px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 49.77777778px;
  }
}
h4 {
  line-height: 1.104;
  font-size: 16.59259259px;
}
@media (min-width: 768px) {
  h4 {
    line-height: 1.152;
  }
}
@media (min-width: 992px) {
  h4 {
    line-height: 1.2;
  }
}
@media (min-width: 1200px) {
  h4 {
    line-height: 1.248;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 18.96296296px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 21.33333333px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 23.89333333px;
  }
}
.btn.secondary {
  background-color: rgb(182, 165, 117);
  color: rgb(255, 255, 255);
}
.btn.gradient {
  background-size: 200%;
}
.btn.gradient.secondary {
  background-image: linear-gradient(
    to right,
    rgb(146, 128, 77) 0%,
    rgb(182, 165, 117) 51%,
    rgb(146, 128, 77) 100%
  );
}
.brand {
  background-image: url(/themes/frontend/kys/assets/kys/img/logo-kys.svg);
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}
.brand.logo-brand {
  width: 128px;
  height: 60px;
  background-size: 128px 60px;
  margin: 20px 30px 0 0;
}
@media (min-width: 769px) {
  .semi-transparent {
    background-color: rgba(47, 49, 56, 0.701961) !important;
    background-position: initial initial !important;
    background-repeat: initial initial !important;
  }
  .semi-transparent .menuzord .menuzord-menu > li.active > a,
  .semi-transparent .menuzord .menuzord-menu > li.active > a > i {
    color: rgb(255, 255, 255) !important;
  }
}
@media screen and (max-width: 991px) {
  .brand.logo-brand {
    width: 85px;
    height: 40px;
    background-size: 85px 40px;
    margin: 10px 30px 10px 0;
  }
}
@media screen and (min-width: 991px) {
  #mobile-menu {
    display: none !important;
  }
}
#mobile-menu .icon-wrapper {
  position: relative;
  float: right;
}
#mobile-menu .icon-wrapper span {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px 0;
}
#mobile-menu .icon-wrapper span a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 50px;
  border: 1px solid rgb(182, 165, 117);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#mobile-menu .nav-wrapper {
  position: relative;
  float: right;
  margin: 17px 0 0 20px;
  height: 27px;
  width: 35px;
  z-index: 100;
}
#mobile-menu .nav-wrapper span {
  background-color: rgb(182, 165, 117);
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: initial initial;
  background-repeat: initial initial;
}
#mobile-menu .nav-wrapper span:nth-of-type(2) {
  top: 10px;
}
#mobile-menu .nav-wrapper span:nth-of-type(3) {
  top: 20px;
}
#mobile-menu .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  z-index: 50;
}
#mobile-menu .nav-overlay::before {
  content: "";
  background-color: rgb(47, 49, 56);
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  left: -55%;
  background-position: initial initial;
  background-repeat: initial initial;
}
#mobile-menu .nav-overlay::after {
  content: "";
  background-color: rgb(47, 49, 56);
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  right: -55%;
  background-position: initial initial;
  background-repeat: initial initial;
}
@media screen and (max-width: 991px) {
  #mobile-menu .nav-overlay nav {
    font-size: 30px;
  }
  #mobile-menu .nav-overlay ul li {
    margin-bottom: 0;
  }
}
.tt-nav .menuzord-menu > li > a.btn-register,
.tt-nav .btn-register {
  line-height: normal;
  padding: 12px 20px;
  position: relative;
  top: 28px;
  height: auto;
}
@media screen and (max-width: 992px) {
  body .container {
    width: 100%;
  }
  body #materialize-menu li.dropdown {
    display: inline-block !important;
    opacity: 1 !important;
  }
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.rev_slider img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: none !important;
}
.rev_slider > ul,
.rev_slider > ul > li,
.rev_slider > ul > li::before {
  position: absolute;
  overflow: visible;
  background-image: none;
  text-indent: 0em;
  top: 0;
  left: 0;
  list-style: none !important;
  margin: 0px !important;
  padding: 0px !important;
  background-position: 0 0;
}
.rev_slider > ul > li,
.rev_slider > ul > li::before {
  visibility: hidden;
}
.rev_slider .tp-caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
}
.tp-caption {
  z-index: 1;
}
.tp-caption {
  position: absolute;
  -webkit-font-smoothing: antialiased !important;
}
.rev_slider_wrapper {
  width: 100%;
}
.rev-btn {
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
* {
  box-sizing: border-box;
}
.rev_slider {
  overflow: hidden;
}
.rev_slider {
  overflow: hidden;
}
