@charset "UTF-8";

:root{
  --st-primary: #978667;
  --st-secondary: #4b514d;
  --st-text: #333333;
  --st-light-gray: #F3F4F6;
  --st-medium-gray: #999999;
  --st-dark-gray: #374151;
}

@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal; font-display: swap;}
@font-face{font-family:Montserrat;src:url("../fonts/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal; font-display: swap;}
@font-face{font-family:Mulish;src:url("../fonts/Mulish-Bold.ttf") format("truetype");font-weight:700;font-style:normal; font-display: swap;}
@font-face{font-family:Mulish;src:url("../fonts/Mulish-Regular.ttf") format("truetype");font-weight:400;font-style:normal; font-display: swap;}
@font-face{font-family:Caveat;src:url("../fonts/Caveat-VariableFont_wght.ttf") format("truetype");font-weight:400;font-style:normal; font-display: swap;}

.mulish {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} .mulish-bold {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
} .montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
} .montserrat-bold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.bolder {
  font-weight: 600; }

.cfix {
  content: '';
  display: block;
  width: 100%;
  clear: both; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block; }

body,
button,
input,
select,
textarea {
  color: var(--st-text);
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  background-color: #fff; }

html, body {
  width: 100%;
  height: 100%; }

a {
  color: var(--st-text);
  text-decoration: none; }
  a:hover {
    color: var(--st-primary);
    text-decoration: none; }

p {
  margin: 0 0 20px 0; }

h1,
h2,
.banner-page .title-page,
.banner-page-2 .title-page,
h3,
h4,
.rs-team-1 .title,
.rs-team-2 .title,
.rs-team-single .title,
.rs-box-project .title,
h5 {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400; }

h1 {
  font-size: 3.571em;
  line-height: normal; }

h2, .banner-page .title-page, .banner-page-2 .title-page {
  font-size: 2.857em;
  line-height: normal; }

h3 {
  font-size: 1.714em;
  line-height: normal; }

h4, .rs-team-1 .title, .rs-team-2 .title, .rs-team-single .title, .rs-box-project .title {
  font-size: 1.286em;
  line-height: normal; }

h5 {
  font-size: 14px;
  line-height: 22px; }

h6 {
  font-size: 13px; }

strong, b {
  font-weight: 700; }

ol {
  margin-left: 24px; }

ul {
  list-style: initial;
  margin-left: 24px; }
  ul li {
    margin: 8px 0; }

@media (max-width: 767px) {
  h1 {
    font-size: 3em;
    line-height: normal; }

  h2, .banner-page .title-page, .banner-page-2 .title-page {
    font-size: 2em;
    line-height: normal; }

  h3 {
    font-size: 1.2em;
    line-height: normal; }

  h4, .rs-team-1 .title, .rs-team-2 .title, .rs-team-single .title, .rs-box-project .title {
    font-size: 1em;
    line-height: normal; } }

.content-wrap {
  padding: 100px 0; }

.content-wrap-60 {
  padding: 60px 0; }

.content-wrap-40 {
  padding: 40px 0; }

.uk16 {
  font-size: 16px; }

.uk18 {
  font-size: 18px; }

.uk21 {
  font-size: 21px; }

.uk24 {
  font-size: 24px; }

.uk26 {
  font-size: 26px; }

.uk36 {
  font-size: 36px; }

.uk48 {
  font-size: 48px; }

.uk60 {
  font-size: 60px; }

.uk72 {
  font-size: 72px; }

.spacer-10 {
  height: 10px; }
  .spacer-10::after {
    display: block;
    content: "";
    clear: both; }

.spacer-30 {
  height: 30px; }
  .spacer-30::after {
    display: block;
    content: "";
    clear: both; }

.spacer-50 {
  height: 50px; }
  .spacer-50::after {
    display: block;
    content: "";
    clear: both; }

.spacer-70 {
  height: 70px; }
  .spacer-70::after {
    display: block;
    content: "";
    clear: both; }
  .spacer-70 .spacer-90 {
    height: 90px; }
    .spacer-70 .spacer-90::after {
      display: block;
      content: "";
      clear: both; }
  .spacer-70 .spacer-110 {
    height: 110px; }
    .spacer-70 .spacer-110::after {
      display: block;
      content: "";
      clear: both; }

.spacer-content {
  height: 100px; }
  .spacer-content::after {
    display: block;
    content: "";
    clear: both; }

.section {
  position: relative; }

.supheading {
  font-size: 18px;
  color: var(--st-primary);
  letter-spacing: 1px;
  margin-bottom: 10px; }

.subheading {
  margin-top: -10px;
  margin-bottom: 30px;
  color: var(--st-text);
  font-size: 18px; }
  .subheading.text-center {
    width: 60%;
    margin-left: auto;
    margin-right: auto; }

.title-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: 600;
  color: #333;
  line-height: 1.2; }

.section-border {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2); }

.font-primary {
  font-family: "Mulish", sans-serif; }

.font-secondary {
  font-family: "Montserrat", sans-serif; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

.bgi-cover-center {
  background-size: cover;
  background-position: center; }

.bgi-cover-fixed {
  background-size: cover;
  background-position: center;
  background-attachment: fixed; }

.bgi-repeat {
  background-repeat: repeat; }

.bgi-right {
  background-position: right;
  background-size: auto;
  background-repeat: no-repeat; }

.bgi-left {
  background-position: left;
  background-size: auto;
  background-repeat: no-repeat; }

blockquote {
  padding: 15px 20px;
  background-color: #f6f6f6;
  margin: 0 0 20px;
  border-left: 5px solid var(--st-primary);
  font-style: italic; }

blockquote.quote {
  padding: 15px 0;
  background-color: transparent;
  margin: 0 0 20px;
  border-left: 0;
  font-style: italic;
  font-size: 24px;
  color: var(--st-primary); }
  blockquote.quote .blockquote-footer {
    color: #333; }
  blockquote.quote cite {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-style: normal;
    color: var(--st-text); }

@media (max-width: 767px) {
  .bgi-hide-xs {
    background-image: none !important; } }
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: gray;
  margin: 5px 3px; }
.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: var(--st-primary); }
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--st-primary); }
.owl-theme .owl-controls {
  margin-top: 50px; }

.owl-light .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  background: #ffffff;
  margin: 5px 3px; }
.owl-light .owl-dots .owl-dot.active span {
  width: 20px;
  background-color: var(--st-primary); }
.owl-light .owl-dots .owl-dot:hover span {
  background-color: var(--st-primary); }
.owl-light .owl-controls {
  margin-top: 50px; }

.font-primary {
  font-family: "Mulish", sans-serif; }

.bg-white{
  background-color: #fff !important; }

.bg-primary {
  background-color: var(--st-primary) !important; }

.bg-secondary {
  background-color: var(--st-secondary) !important; }

.bg-tertiary {
  background-color: transparent !important; }

.bg-gray {
  background-color: #222222; }

.bg-primary-dark {
  background-color: var(--st-primary) !important; }

.bg-secondary-dark {
  background-color: #07090d !important; }

.bg-primary-light {
  background-color: #56bde8 !important; }

.bg-secondary-light {
  background-color: #2b374f !important; }

.bg-gray-light {
  background-color: rgba(153, 153, 153, 0.1); }

.bg-overlay-primary {
  position: relative; }
  .bg-overlay-primary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--st-primary);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.bg-overlay-secondary {
  position: relative; }
  .bg-overlay-secondary:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--st-secondary);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30); }

.bg-dark {
  background-color: #000 !important; }

.lh-1 {
  line-height: 1.3; }

.text-primary {
  color: var(--st-primary) !important; }
  .text-primary a {
    color: var(--st-primary); }
    .text-primary a:hover {
      color: var(--st-primary); }

.text-secondary {
  color: var(--st-secondary) !important; }

.text-white a {
  color: #ffffff; }

.text-black {
  color: #222 !important; }
  .text-black a {
    color: #333; }

.text-gray{
  color: #70747f !important;
}

.pos-relative {
  position: relative; }

.banner-page {
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  background-position: center; }
  .banner-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 34, 34, 0.2); }
  .banner-page .content-wrap {
    padding: 60px 0; }
  .banner-page .title-page {
    text-align: center;
    margin-bottom: 0;
    color: var(--st-primary); }
  .banner-page .breadcrumb-container {
    background-color: transparent; }
  .banner-page .breadcrumb {
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #ffffff; }
    .banner-page .breadcrumb > .active,
    .banner-page .breadcrumb a {
      color: white; }
      .banner-page .breadcrumb > .active:hover,
      .banner-page .breadcrumb a:hover {
        color: var(--st-primary); }

.banner-page-2 {
  display: block;
  background-color: var(--st-primary); }
  .banner-page-2 .content-wrap {
    padding: 60px 0; }
  .banner-page-2 .title-page {
    text-align: left;
    margin-bottom: 0;
    color: #ffffff; }
  .banner-page-2 .breadcrumb-container {
    background-color: transparent; }
  .banner-page-2 .breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    background-color: transparent;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #ffffff; }
    .banner-page-2 .breadcrumb > .active,
    .banner-page-2 .breadcrumb a {
      color: white; }
      .banner-page-2 .breadcrumb > .active:hover,
      .banner-page-2 .breadcrumb a:hover {
        color: var(--st-primary); }

.overlap {
  margin-top: -200px;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .overlap {
      margin-top: 0; } }

.gutter-5 {
  margin-right: 0;
  margin-left: 0; }
  .gutter-5 > [class^="col-"],
  .gutter-5 > [class*=" col-"],
  .gutter-5 [class*='col-'],
  .gutter-5 [class*=" col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.pagination {
  margin-left: 0; }
  .pagination .page-item .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 15px 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: var(--st-text);
    display: inline-block;
    border-color: 1px solid #e6e6e6;
    background: #ffffff; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link.active {
      color: #ffffff;
      background: var(--st-primary); }
  .pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background: var(--st-primary);
    border-color: var(--st-primary); }

.p-check {
  padding-left: 40px;
  position: relative;
  margin-bottom: 0.25rem;
  font-size: 18px; }
  .p-check:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-top: 2px;
    position: absolute;
    color: var(--st-primary);
    left: 0;
    width: 30px;
    height: 30px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }

hr.content {
  margin-top: 100px;
  margin-bottom: 100px; }

.jumbo-heading {
  color: var(--st-primary);
  font-size: 20px;
  position: relative;
  font-size: 50px;
  line-height: 1.2; }

.subscribe-form .form-control {
  min-height: 47px;
  min-width: 400px; }
  @media (max-width: 767px) {
    .subscribe-form .form-control {
      min-width: auto; } }

.work-info .item {
  margin-bottom: 10px; }
  .work-info .item .meta {
    font-weight: 700;
    display: inline-block;
    min-width: 85px;
    color: #333; }
  .work-info .item .info {
    display: inline-block; }
  .work-info .item::after {
    display: block;
    content: "";
    clear: both; }

.anim-media .media-box, .rs-image-box .media-box, .rs-class-box .media-box, .box-image-1 .media-box, .box-image-2 .media-box, .box-image-3 .media-box, .feature-box-8 .media-box, .rs-team-2 .media-box, .rs-team-single .media-box {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  overflow: hidden; }
  .anim-media .media-box img, .rs-image-box .media-box img, .rs-class-box .media-box img, .box-image-1 .media-box img, .box-image-2 .media-box img, .box-image-3 .media-box img, .feature-box-8 .media-box img, .rs-team-2 .media-box img, .rs-team-single .media-box img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
.anim-media:hover .media-box, .rs-image-box:hover .media-box, .rs-class-box:hover .media-box, .box-image-1:hover .media-box, .box-image-2:hover .media-box, .box-image-3:hover .media-box, .feature-box-8:hover .media-box, .rs-team-2:hover .media-box, .rs-team-single:hover .media-box {
  background-color: var(--st-primary); }
  .anim-media:hover .media-box img, .rs-image-box:hover .media-box img, .rs-class-box:hover .media-box img, .box-image-1:hover .media-box img, .box-image-2:hover .media-box img, .box-image-3:hover .media-box img, .feature-box-8:hover .media-box img, .rs-team-2:hover .media-box img, .rs-team-single:hover .media-box img {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }

.anim-shadow, .rs-shop-box, .rs-class-box {
  -webkit-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 4px 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 4px 5px 0 rgba(0, 0, 0, 0); }
  .anim-shadow:hover, .rs-shop-box:hover, .rs-class-box:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }

.btn, .btn-primary, .btn-secondary, .btn-primary.disabled, .btn-light, .btn-ghost-light {
  font-size: 14px;
  color: #ffffff;
  padding: 13px 40px;
  border: 0;
  min-width: 150px;
  font-family: "Montserrat", sans-serif;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.btn-default {
  background-color: var(--st-primary);
  color: #ffffff;
  padding: 15px 20px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-default:hover {
  background-color: var(--st-primary); }

.btn-primary {
  background-color: var(--st-primary);
  border-bottom: 2px solid var(--st-primary);
  color: #ffffff; }
  .btn-primary:hover {
    background-color: var(--st-secondary);
    color: #ffffff;
    border-bottom-color: var(--st-primary); }

.btn-secondary {
  background-color: var(--st-secondary);
  border-bottom: 2px solid #07090d;
  color: #ffffff; }
  .btn-secondary:hover {
    background-color: #3fb4e5;
    color: #ffffff;
    border-bottom-color: #07090d; }

.btn-primary.disabled {
  background-color: var(--st-primary);
  border-bottom: 2px solid var(--st-primary);
  color: #ffffff; }
  .btn-primary.disabled:hover {
    background-color: var(--st-secondary);
    color: #ffffff; }

.btn-secondary.disabled {
  background-color: var(--st-secondary);
  border-color: var(--st-secondary); }
  .btn-secondary.disabled:hover {
    background-color: #121721;
    color: #ffffff; }

.btn-light {
  background-color: #ffffff;
  color: var(--st-primary);
  border: 1px solid #ffffff; }
  .btn-light:hover {
    background-color: #333;
    color: #ffffff;
    border-color: #333; }

.btn-ghost-light {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff; }
  .btn-ghost-light:hover {
    background-color: #ffffff;
    color: var(--st-primary);
    border-color: #ffffff; }

.btn-icon {
  font-size: 18px; }
  .btn-icon .fa {
    margin-right: 10px;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border: 1px solid var(--st-text);
    border-radius: 30px;
    padding-left: 5px;
    padding-top: 10px;
    font-size: 1.5em; }
  .btn-icon:hover .fa {
    border-color: var(--st-primary); }

.btn-rect {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.btn-video {
  color: #ffffff; }
  .btn-video i {
    width: 80px;
    height: 80px;
    background-color: var(--st-primary);
    color: #333;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    padding: 22px;
    font-size: 34px;
    text-align: center; }

.sosmed-icon a {
  color: var(--st-primary);
  background-color: transparent;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0; }
  .sosmed-icon a:hover {
    color: #ffffff; }
.sosmed-icon.icon-bg-primary a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background-color: var(--st-primary);
  margin: 0 2px; }
  .sosmed-icon.icon-bg-primary a:hover {
    color: var(--st-secondary); }
.sosmed-icon.icon-bg-secondary a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: var(--st-primary);
  background-color: var(--st-secondary);
  margin: 0 2px; }
  .sosmed-icon.icon-bg-secondary a:hover {
    color: var(--st-secondary);
    background-color: var(--st-primary); }

.title-blok {
  font-weight: 400;
  color: var(--st-secondary);
  font-size: 16px;
  margin-bottom: 10px; }
  .title-blok a {
    color: var(--st-secondary); }
    .title-blok a:hover {
      color: var(--st-primary); }

.rating, .shop-item-sidebar .body-text, .single-shop {
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating span:before, .shop-item-sidebar .body-text span:before, .single-shop span:before {
    color: var(--st-primary);
    content: "\2605";
    display: inline-block;
    position: relative;
    font-size: 1.2em;
    width: .6em; }

.shop-item-sidebar {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  align-items: center !important; }
  .shop-item-sidebar .media {
    width: 90px;
    height: 90px;
    border: 1px solid #e6e6e6;
    margin-right: 20px; }
  .shop-item-sidebar .body-text .title {
    font-weight: 400;
    color: var(--st-secondary);
    font-size: 16px;
    margin-bottom: 10px; }
    .shop-item-sidebar .body-text .title a {
      color: var(--st-secondary); }
      .shop-item-sidebar .body-text .title a:hover {
        color: var(--st-primary); }
  .shop-item-sidebar .body-text .price {
    color: var(--st-primary);
    font-weight: 700;
    font-size: 18px; }

.single-shop .price {
  color: var(--st-primary);
  font-weight: 700;
  font-size: 18px; }

.box-icon-1 {
  margin-bottom: 15px;
  text-align: center;
  height: 100%; }
  .box-icon-1 .icon {
    background-color: var(--st-primary);
    color: #ffffff;
    display: inline-block;
    font-size: 36px;
    line-height: 2.2;
    width: 85px;
    height: 85px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px; }
  .box-icon-1 .body-content h1, .box-icon-1 .body-content h2, .box-icon-1 .body-content .banner-page .title-page, .banner-page .box-icon-1 .body-content .title-page, .box-icon-1 .body-content .banner-page-2 .title-page, .banner-page-2 .box-icon-1 .body-content .title-page, .box-icon-1 .body-content h3, .box-icon-1 .body-content h4, .box-icon-1 .body-content .rs-team-1 .title, .rs-team-1 .box-icon-1 .body-content .title, .box-icon-1 .body-content .rs-team-2 .title, .rs-team-2 .box-icon-1 .body-content .title, .box-icon-1 .body-content .rs-team-single .title, .rs-team-single .box-icon-1 .body-content .title, .box-icon-1 .body-content .rs-box-project .title, .rs-box-project .box-icon-1 .body-content .title, .box-icon-1 .body-content h5 {
    font-weight: 400;
    color: #333; }
  .box-icon-1:hover .icon {
    background-color: var(--st-secondary); }
  .box-icon-1.style-2 .icon {
    background-color: #ffffff;
    color: var(--st-primary);
    display: inline-block;
    font-size: 36px;
    line-height: 2.2;
    width: 85px;
    height: 85px;
    border: 4px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px; }

.box-icon-2 {
  margin-bottom: 5px;
  height: 100%; }
  .box-icon-2 .icon {
    background-color: #ffffff;
    color: var(--st-primary);
    display: block;
    font-size: 36px;
    line-height: 2;
    width: 85px;
    height: 85px;
    border: 4px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    text-align: center; }
  .box-icon-2 .body-content {
    margin-left: 105px; }
    .box-icon-2 .body-content h1, .box-icon-2 .body-content h2, .box-icon-2 .body-content .banner-page .title-page, .banner-page .box-icon-2 .body-content .title-page, .box-icon-2 .body-content .banner-page-2 .title-page, .banner-page-2 .box-icon-2 .body-content .title-page, .box-icon-2 .body-content h3, .box-icon-2 .body-content h4, .box-icon-2 .body-content .rs-team-1 .title, .rs-team-1 .box-icon-2 .body-content .title, .box-icon-2 .body-content .rs-team-2 .title, .rs-team-2 .box-icon-2 .body-content .title, .box-icon-2 .body-content .rs-team-single .title, .rs-team-single .box-icon-2 .body-content .title, .box-icon-2 .body-content .rs-box-project .title, .rs-box-project .box-icon-2 .body-content .title, .box-icon-2 .body-content h5 {
      color: var(--st-primary); }
  .box-icon-2:hover .icon {
    background-color: var(--st-primary);
    color: #ffffff; }

.box-icon-3 {
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .box-icon-3 .num {
    font-size: 100px;
    color: #dedede;
    position: absolute;
    top: 0;
    left: 0;
    line-height: .6; }
  .box-icon-3 .icon {
    font-size: 36px;
    line-height: 1;
    color: var(--st-primary); }
  .box-icon-3 .body-content {
    font-size: 14px;
    line-height: 1.4; }
    .box-icon-3 .body-content h4, .box-icon-3 .body-content .rs-team-1 .title, .rs-team-1 .box-icon-3 .body-content .title, .box-icon-3 .body-content .rs-team-2 .title, .rs-team-2 .box-icon-3 .body-content .title, .box-icon-3 .body-content .rs-team-single .title, .rs-team-single .box-icon-3 .body-content .title, .box-icon-3 .body-content .rs-box-project .title, .rs-box-project .box-icon-3 .body-content .title {
      clear: none;
      text-transform: uppercase; }
      .box-icon-3 .body-content h4:after, .box-icon-3 .body-content .rs-team-1 .title:after, .rs-team-1 .box-icon-3 .body-content .title:after, .box-icon-3 .body-content .rs-team-2 .title:after, .rs-team-2 .box-icon-3 .body-content .title:after, .box-icon-3 .body-content .rs-team-single .title:after, .rs-team-single .box-icon-3 .body-content .title:after, .box-icon-3 .body-content .rs-box-project .title:after, .rs-box-project .box-icon-3 .body-content .title:after {
        content: '';
        height: 2px;
        width: 30px;
        display: block;
        margin: 7% auto;
        background: #dedede; }

@-webkit-keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

@-webkit-keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }
@keyframes hvr-icon-push {
  50% {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); } }

.box-news-1 {
  position: relative;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(153, 153, 153, 0.4); }
  .box-news-1::after {
    display: block;
    content: "";
    clear: both; }
  .box-news-1 .meta-date {
    color: #ffffff;
    background-color: #333;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2; }
  .box-news-1 .media {
    width: 45%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--st-primary); }
    .box-news-1 .media img {
      -webkit-transition: 0.4s all linear;
      transition: 0.4s all linear; }
    .box-news-1 .media a:before {
      content: "\f0c1";
      font-family: FontAwesome;
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      text-align: center;
      z-index: 9;
      color: #ffffff;
      font-size: 30px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all ease .25s;
      transition: all ease .25s; }
  .box-news-1 .body {
    width: 55%;
    padding: 20px 30px;
    position: relative;
    color: var(--st-text);
    z-index: 2; }
    .box-news-1 .body .title {
      margin-bottom: 0;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .box-news-1 .body .title a {
        font-size: 18px;
        color: var(--st-primary); }
        .box-news-1 .body .title a:hover {
          color: var(--st-secondary); }
      .box-news-1 .body .title:after {
        content: '';
        display: block;
        vertical-align: bottom;
        width: 90px;
        height: 1px;
        margin-bottom: 10px;
        margin-top: 20px;
        background-color: var(--st-text); }
  .box-news-1:hover .body:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }

@media (max-width: 767px) {
  .box-news-1 {
    display: block; }
    .box-news-1 .media, .box-news-1 .body {
      width: 100%; } }
  .rs-icon-funfact .icon {
    display: block;
    font-size: 30px;
    line-height: 2.5;
    float: left;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    color: var(--st-primary);
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .rs-icon-funfact .body-content {
    margin-left: 95px; }
    .rs-icon-funfact .body-content h1, .rs-icon-funfact .body-content h2, .rs-icon-funfact .body-content .banner-page .title-page, .banner-page .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content .banner-page-2 .title-page, .banner-page-2 .rs-icon-funfact .body-content .title-page, .rs-icon-funfact .body-content h3, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h4, .rs-icon-funfact .body-content .rs-team-1 .title, .rs-team-1 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-2 .title, .rs-team-2 .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-team-single .title, .rs-team-single .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content .rs-box-project .title, .rs-box-project .rs-icon-funfact .body-content .title, .rs-icon-funfact .body-content h5, .rs-icon-funfact .body-content h6 {
      clear: none;
      margin-bottom: 0; }
  .rs-icon-funfact:hover .icon {
    background-color: var(--st-primary);
    color: #ffffff; }

.counter-1 .counter-number {
  display: block;
  vertical-align: middle;
  padding: 0;
  width: 70px;
  padding-right: 14px;
  letter-spacing: -.5px;
  font-weight: 700;
  font-size: 48px; }
.counter-1 .counter-title {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  text-align: left;
  line-height: 18px;
  margin-bottom: 0; }

.cta-quote {
  text-align: center;
  color: #ffffff; }
  .cta-quote .title {
    font-size: 72px; }
  .cta-quote footer {
    font-size: 24px; }
    .cta-quote footer:before, .cta-quote footer:after {
      content: "\2014"; }

.box-image-1 {
  margin-bottom: 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .box-image-1 .media-img {
    margin-bottom: 20px;
    width: 70px;
    margin-right: 15px; }
    .box-image-1 .media-img img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 70px;
      height: 70px;
      border: 2px solid var(--st-primary); }
  .box-image-1 .body-content h1, .box-image-1 .body-content h2, .box-image-1 .body-content .banner-page .title-page, .banner-page .box-image-1 .body-content .title-page, .box-image-1 .body-content .banner-page-2 .title-page, .banner-page-2 .box-image-1 .body-content .title-page, .box-image-1 .body-content h3, .box-image-1 .body-content h4, .box-image-1 .body-content .rs-team-1 .title, .rs-team-1 .box-image-1 .body-content .title, .box-image-1 .body-content .rs-team-2 .title, .rs-team-2 .box-image-1 .body-content .title, .box-image-1 .body-content .rs-team-single .title, .rs-team-single .box-image-1 .body-content .title, .box-image-1 .body-content .rs-box-project .title, .rs-box-project .box-image-1 .body-content .title, .box-image-1 .body-content h5 {
    color: var(--st-primary);
    font-size: 18px; }

.box-image-2 {
  margin-bottom: 15px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }
  .box-image-2 .media-img {
    margin-bottom: 20px;
    width: 100px;
    margin-right: 15px; }
    .box-image-2 .media-img img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      border: 2px solid var(--st-primary); }
  .box-image-2 .body-content h1, .box-image-2 .body-content h2, .box-image-2 .body-content .banner-page .title-page, .banner-page .box-image-2 .body-content .title-page, .box-image-2 .body-content .banner-page-2 .title-page, .banner-page-2 .box-image-2 .body-content .title-page, .box-image-2 .body-content h3, .box-image-2 .body-content h4, .box-image-2 .body-content .rs-team-1 .title, .rs-team-1 .box-image-2 .body-content .title, .box-image-2 .body-content .rs-team-2 .title, .rs-team-2 .box-image-2 .body-content .title, .box-image-2 .body-content .rs-team-single .title, .rs-team-single .box-image-2 .body-content .title, .box-image-2 .body-content .rs-box-project .title, .rs-box-project .box-image-2 .body-content .title, .box-image-2 .body-content h5 {
    color: var(--st-primary);
    margin-top: 0; }

.box-image-3 {
  margin-bottom: 15px;
  text-align: center;
  height: 100%; }
  .box-image-3 .media-box {
    margin-bottom: 20px; }
  .box-image-3 .body-content h1, .box-image-3 .body-content h2, .box-image-3 .body-content .banner-page .title-page, .banner-page .box-image-3 .body-content .title-page, .box-image-3 .body-content .banner-page-2 .title-page, .banner-page-2 .box-image-3 .body-content .title-page, .box-image-3 .body-content h3, .box-image-3 .body-content h4, .box-image-3 .body-content .rs-team-1 .title, .rs-team-1 .box-image-3 .body-content .title, .box-image-3 .body-content .rs-team-2 .title, .rs-team-2 .box-image-3 .body-content .title, .box-image-3 .body-content .rs-team-single .title, .rs-team-single .box-image-3 .body-content .title, .box-image-3 .body-content .rs-box-project .title, .rs-box-project .box-image-3 .body-content .title, .box-image-3 .body-content h5 {
    font-weight: 400;
    color: #333; }
    .box-image-3 .body-content h1:after, .box-image-3 .body-content h2:after, .box-image-3 .body-content .banner-page .title-page:after, .banner-page .box-image-3 .body-content .title-page:after, .box-image-3 .body-content .banner-page-2 .title-page:after, .banner-page-2 .box-image-3 .body-content .title-page:after, .box-image-3 .body-content h3:after, .box-image-3 .body-content h4:after, .box-image-3 .body-content .rs-team-1 .title:after, .rs-team-1 .box-image-3 .body-content .title:after, .box-image-3 .body-content .rs-team-2 .title:after, .rs-team-2 .box-image-3 .body-content .title:after, .box-image-3 .body-content .rs-team-single .title:after, .rs-team-single .box-image-3 .body-content .title:after, .box-image-3 .body-content .rs-box-project .title:after, .rs-box-project .box-image-3 .body-content .title:after, .box-image-3 .body-content h5:after {
      margin-left: auto;
      margin-right: auto;
      content: '';
      display: block;
      vertical-align: bottom;
      width: 50px;
      height: 1px;
      margin-bottom: 10px;
      margin-top: 20px;
      background-color: #b3b3b3; }

.box-image-6 {
  position: relative;
  text-align: center;
  color: #ffffff; }
  .box-image-6 .media {
    position: relative; }
    .box-image-6 .media .no {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      right: 20%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      font-size: 24px;
      font-family: "Montserrat", sans-serif; }
  .box-image-6 img {
    width: 80%;
    height: 80%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto; }

.box-widget {
  padding: 30px;
  color: #ffffff; }
  .box-widget .info-text {
    padding-left: 30px !important; }

.testimonial-2 {
  position: relative;
  margin-bottom: 30px; }
  .testimonial-2 .media {
    float: left;
    margin: 0 30px 0 0;
    display: block;
    position: relative;
    background-color: var(--st-primary);
    overflow: hidden;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .testimonial-2 .media img {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: 0.4s all linear;
      transition: 0.4s all linear; }
    .testimonial-2 .media:hover img {
      opacity: 0.3;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
      filter: alpha(opacity=30);
      -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
  .testimonial-2:hover .media img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms; }
  .testimonial-2 .body {
    overflow: hidden;
    color: var(--st-text); }
  .testimonial-2 .title {
    color: var(--st-primary);
    font-weight: 600;
    font-size: 16px; }
  .testimonial-2 .position {
    color: white; }
  .testimonial-2 .company {
    color: white;
    margin-bottom: 20px;
    font-size: 12px; }
  @media (max-width: 768px) {
    .testimonial-2 .media {
      float: none;
      margin-left: auto;
      margin-right: auto;
      clear: both;
      text-align: center; }
    .testimonial-2 .body {
      text-align: center; } }

.feature-box-8 {
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background-color: #000;
  padding: 40px 30px;
  height: 100%;
  overflow: hidden; }
  .feature-box-8:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9); }
  .feature-box-8.active:before {
    background-color: rgba(41, 171, 226, 0.9); }
  .feature-box-8 .media {
    width: 100%;
    margin-bottom: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px; }
    .feature-box-8 .media img {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px; }
  .feature-box-8 .body {
    position: relative;
    padding-right: 50px;
    color: #ffffff; }
  .feature-box-8 .icon {
    display: inline-block;
    color: rgba(255, 255, 255, 0.2);
    font-size: 70px;
    position: absolute;
    right: 0px;
    bottom: -20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .feature-box-8:hover {
    background-color: var(--st-primary);
    color: #ffffff;
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.3); }
    .feature-box-8:hover .title {
      color: #ffffff; }
    .feature-box-8:hover .body-content {
      color: #ffffff; }
    .feature-box-8:hover .icon {
      right: 20px; }
    .feature-box-8:hover .more {
      background-color: var(--st-secondary);
      color: var(--st-primary);
      border-color: var(--st-secondary); }
  .feature-box-8 p {
    margin-bottom: 0; }
  .feature-box-8 .title {
    margin-bottom: 15px; }
    .feature-box-8 .title a {
      font-weight: 600;
      font-size: 18px;
      color: var(--st-primary); }
  .feature-box-8.active .title a {
    color: #000; }
  .feature-box-8 .more {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: block;
    border: 1px solid var(--st-text);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-size: 24px;
    text-align: center; }
  .feature-box-8:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
    .feature-box-8:hover:before {
      background-color: rgba(0, 0, 0, 0.8); }
    .feature-box-8:hover .title a {
      color: #ffffff; }
    .feature-box-8:hover .more {
      background-color: var(--st-primary);
      color: #ffffff;
      border-color: var(--st-primary); }

#testimonial {
  position: relative; }
  #testimonial:before {
    font-family: FontAwesome;
    content: '\f10d';
    font-size: 24px;
    position: absolute;
    left: -32px;
    top: 0;
    color: var(--st-primary); }
  #testimonial:after {
    font-family: FontAwesome;
    content: '\f10e';
    font-size: 24px;
    position: absolute;
    right: -32px;
    top: 30px;
    color: var(--st-primary); }
  @media (max-width: 767px) {
    #testimonial:before, #testimonial:after {
      display: none; } }

.form-comment .form-control,
.form-contact .form-control,
.contact .form-control {
  height: 45px;
  background-color: #ffffff;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
.form-comment textarea.form-control,
.form-contact textarea.form-control,
.contact textarea.form-control {
  height: auto; }
.form-comment .btn.disabled, .form-comment .disabled.btn-primary, .form-comment .disabled.btn-secondary, .form-comment .disabled.btn-light, .form-comment .disabled.btn-ghost-light, .form-comment .btn[disabled], .form-comment [disabled].btn-primary, .form-comment [disabled].btn-secondary, .form-comment [disabled].btn-light, .form-comment [disabled].btn-ghost-light, .form-comment fieldset[disabled] .btn, .form-comment fieldset[disabled] .btn-primary, .form-comment fieldset[disabled] .btn-secondary, .form-comment fieldset[disabled] .btn-light, .form-comment fieldset[disabled] .btn-ghost-light,
.form-contact .btn.disabled,
.form-contact .disabled.btn-primary,
.form-contact .disabled.btn-secondary,
.form-contact .disabled.btn-light,
.form-contact .disabled.btn-ghost-light,
.form-contact .btn[disabled],
.form-contact [disabled].btn-primary,
.form-contact [disabled].btn-secondary,
.form-contact [disabled].btn-light,
.form-contact [disabled].btn-ghost-light,
.form-contact fieldset[disabled] .btn,
.form-contact fieldset[disabled] .btn-primary,
.form-contact fieldset[disabled] .btn-secondary,
.form-contact fieldset[disabled] .btn-light,
.form-contact fieldset[disabled] .btn-ghost-light,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .disabled.btn-light,
.contact .disabled.btn-ghost-light,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact [disabled].btn-light,
.contact [disabled].btn-ghost-light,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary,
.contact fieldset[disabled] .btn-light,
.contact fieldset[disabled] .btn-ghost-light {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.form-contact-dark .form-control {
  height: 45px;
  background-color: rgba(34, 34, 34, 0.6);
  border: 1px solid rgba(34, 34, 34, 0.2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  color: #ffffff; }
  .form-contact-dark .form-control::placeholder {
    color: #ffffff;
    opacity: 1;}
  .form-contact-dark .form-control:-ms-input-placeholder {
    color: #ffffff; }
  .form-contact-dark .form-control::-ms-input-placeholder {
    color: #ffffff; }
.form-contact-dark textarea.form-control {
  height: auto; }
.form-contact-dark .btn.disabled, .form-contact-dark .disabled.btn-primary, .form-contact-dark .disabled.btn-secondary, .form-contact-dark .disabled.btn-light, .form-contact-dark .disabled.btn-ghost-light, .form-contact-dark .btn[disabled], .form-contact-dark [disabled].btn-primary, .form-contact-dark [disabled].btn-secondary, .form-contact-dark [disabled].btn-light, .form-contact-dark [disabled].btn-ghost-light, .form-contact-dark fieldset[disabled] .btn, .form-contact-dark fieldset[disabled] .btn-primary, .form-contact-dark fieldset[disabled] .btn-secondary, .form-contact-dark fieldset[disabled] .btn-light, .form-contact-dark fieldset[disabled] .btn-ghost-light {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }

.form-subscribe [type="search"] {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  min-height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: transparent; }
.form-subscribe .btn, .form-subscribe .btn-primary, .form-subscribe .btn-secondary, .form-subscribe .btn-light, .form-subscribe .btn-ghost-light {
  min-height: 52px; }

.box-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px; }
  .box-gallery a, .box-gallery a img {
    display: block;
    max-width: 100%;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    cursor: pointer;
    -webkit-transition: 0.4s all linear;
    transition: 0.4s all linear; }
    .box-gallery a:hover img, .box-gallery a img:hover img {
      -webkit-transform: scale(1.05, 1.07);
      -ms-transform: scale(1.05, 1.07);
      transform: scale(1.05, 1.07);
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      transition-duration: 250ms; }
    .box-gallery a:hover .project-info, .box-gallery a img:hover .project-info {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
    .box-gallery a:hover .project-icon, .box-gallery a img:hover .project-icon {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .box-gallery a:hover .project-icon .fa:hover, .box-gallery a img:hover .project-icon .fa:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
    .box-gallery a:hover .details, .box-gallery a img:hover .details {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      bottom: 0; }
  .box-gallery .project-info {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all ease .25s;
    transition: all ease .25s; }
    .box-gallery .project-info .project-icon {
      position: relative;
      top: 0;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all ease .25s;
      transition: all ease .25s;
      width: 100%;
      color: var(--st-primary); }
      .box-gallery .project-info .project-icon .fa {
        font-size: 50px;
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90); }

.review-item {
  display: flex;
  margin-bottom: 20px;
  align-items: center; }
  .review-item .image {
    width: 90px;
    height: 90px;
    margin-right: 20px; }
    .review-item .image img {
      border: 2px solid var(--st-primary);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }

.media-review img {
  width: 90px;
  height: 90px;
  border: 2px solid var(--st-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--st-primary) url("../images/cd-top-arrow.svg") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .cd-top:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; }
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
  .cd-top.cd-fade-out {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.progress-bar {
  background-color: var(--st-primary); }

.bg-gradient-primary {
  background-color: var(--st-primary); }

.navfilter {
  text-align: center; }

.portfolio_filter {
  margin: 0;
  padding: 0; }
  .portfolio_filter li {
    display: inline-block;
    list-style: none;
    padding: 0 2px;
    text-decoration: none; }
    .portfolio_filter li a {
      padding: 14px 25px;
      background-color: rgba(153, 153, 153, 0.2);
      color: var(--st-text);
      text-transform: none; }
      .portfolio_filter li a.active {
        color: #ffffff;
        background-color: var(--st-primary); }

.item-menu {
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .item-menu .body-text {
    width: 80%; }
  .item-menu .title {
    margin-top: 0;
    margin-bottom: 15px;
    color: var(--st-primary); }
    .item-menu .title:after {
      content: '';
      border-bottom: 2px dotted var(--st-text);
      margin-bottom: 10px;
      margin-top: 5px;
      display: block;
      height: 2px;
      vertical-align: bottom;
      margin-bottom: 5px;
      margin-top: 10px; }
  .item-menu .price {
    color: #333;
    font-size: 28px; }

.rating, .shop-item-sidebar .body-text, .single-shop {
  unicode-bidi: bidi-override;
  direction: rtl; }
  .rating span:before, .shop-item-sidebar .body-text span:before, .single-shop span:before {
    color: #F7931E;
    content: "\2605";
    display: inline-block;
    position: relative;
    font-size: 2em;
    width: .6em; }

.stat-counter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px; }
  .stat-counter .item {
    border-right: 1px solid #eaeaea;
    padding: 10px 45px;
    min-width: 155px; }
    .stat-counter .item:first-child {
      padding-left: 0;
      min-width: 125px; }
    .stat-counter .item:last-child {
      border-right: 0; }

@media (max-width: 767px) {
  .stat-counter {
    display: inherit;
    clear: both; }
    .stat-counter .item {
      border-right: 0;
      padding-left: 0; } }
.box-stat {
  padding: 30px 0; }
  .box-stat .body-count {
    font-size: 54px;
    line-height: 1;
    margin: 0 0 12px 0;
    color: var(--st-primary); }
  .box-stat .title {
    font-family: "Montserrat", sans-serif;
    color: #333; }

.topbar {
  background-color: var(--st-secondary);
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  border-bottom: 1px solid #cccccc; }
  .topbar .row {
    min-height: 40px; }
  .topbar .info .info-item {
    display: inline-table;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    height: 40px; }
    @media (max-width: 991px) {
      .topbar .info .info-item {
        margin-right: 10px; } }
  .topbar .info .info-item:last-child {
    margin-right: 0; }
  .topbar .info .info-item .fa {
    margin-right: 7px;
    font-size: 18px;
    color: var(--st-primary); }
  .topbar .sosmed-icon a {
    color: #ffffff; }
    .topbar .sosmed-icon a:hover {
      color: var(--st-primary);
      background-color: #ffffff; }
  .topbar a {
    color: #ffffff; }
    .topbar a:hover {
      color: var(--st-primary); }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 36px; }

.navbar-main {
  font-family: "Montserrat", sans-serif;
  -webkit-transition: padding .2s ease-in-out;
  transition: padding .2s ease-in-out; }
  .navbar-main .navbar {
    padding: 0; }
  .navbar-main ol, .navbar-main li {
    margin: 0 0; }
  .navbar-main ul {
    margin-left: 0; }
  .navbar-main .navbar-toggler {
    color: var(--st-primary);
    border-color: transparent; }
  .navbar-main .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(26, 141, 190, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-main .dropdown-toggle::after {
    margin-left: 0.6em;
    color: #333; }
  .navbar-main .dropdown:hover > .dropdown-menu {
    display: block; }
  .navbar-main .dropdown-menu {
    min-width: 200px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 0.2rem 0;
    margin-top: 0;
    border-width: 0;
    background-color: var(--st-secondary);
    color: #ffffff;
    font-size: 14px; }
  .navbar-main .dropdown-item {
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #07090d; }
    .navbar-main .dropdown-item:hover, .navbar-main .dropdown-item:focus {
      color: #333;
      text-decoration: none;
      background-color: var(--st-primary); }
  .navbar-main.stiky .navbar-brand img {
    width: 80%; }
  .navbar-main.stiky .navbar {
    padding-top: 8px;
    padding-bottom: 8px; }
  .navbar-main.open .navbar-nav {
    display: none; }

.contact-info {
  float: right;
  margin-top: 5px; }
  .contact-info > div {
    display: inline-block;
    margin-right: 40px;
    margin-top: 6px; }
    .contact-info > div:last-child {
      margin-right: 0; }

  .header-1 .navbar-main {
    background-color: #ffffff;
    width: 100%;}
    .header-1 .navbar-main .nav-link.active,
    .header-1 .navbar-main .active > .nav-link {
      color: var(--st-primary);
      background-color: transparent;}
    .header-1 .navbar-main .nav-link {
      font-family: "Montserrat", sans-serif;
      color: var(--st-text);
      padding: 1.5rem 1.5rem;
      background-color: transparent;
      border-bottom: 3px solid transparent; }
      @media (max-width: 767px) {
        .header-1 .navbar-main .nav-link {
          padding-top: .7rem;
          padding-bottom: .7rem; } }
      .header-1 .navbar-main .nav-link:hover {
        color: var(--st-primary);
        background-color: transparent;}
    .header-1 .navbar-main.stiky {
      height: auto;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 1030;
      padding-top: 40px;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-40px);
      -moz-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
      -o-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-animation-duration: .3s;
      animation-duration: .3s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      bottom: initial;}
      .header-1 .navbar-main.stiky .navbar {
        padding-top: 0;
        padding-bottom: 0; }
      .header-1 .navbar-main.stiky .nav-link {
        color: #333; }
        .header-1 .navbar-main.stiky .nav-link:hover, .header-1 .navbar-main.stiky .nav-link:focus {
          color: var(--st-primary); }
      .header-1 .navbar-main.stiky .nav-link.active,
      .header-1 .navbar-main.stiky .active > .nav-link {
        color: var(--st-primary);
        background-color: transparent;}
  .header-1 .btn-nav {
    margin-right: -1rem;
    padding: 20px 40px; }
    @media (max-width: 991px) {
      .header-1 .btn-nav {
        margin-right: 0; } }

.img-slider-item {
  display: inherit !important;
  width: auto !important; }

@media (max-width: 767px) {
    .header-1 .navbar-main .navbar-brand {
      position: relative;
      top: 0; }

  .navbar-collapse {
    padding-bottom: 20px; }

  .btn-nav {
    display: block; } }
.banner {
  height: 110%;
  overflow: hidden;
  padding: 0 0;
  position: relative; }
  .banner .overlay-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.4);
    z-index: 1; }
  .banner .owl-theme {
    height: 100%; }
    .banner .owl-theme div:not(.owl-controls) {
      height: 100%;
      overflow: hidden; }
    .banner .owl-theme .wrap-caption {
      height: auto !important; }
    .banner .owl-theme .owl-dots {
      height: auto !important;
      margin-top: -50px; }
    .banner .owl-theme.banner-nav {
      height: auto !important; }
      .banner .owl-theme.banner-nav .custom-nav {
        height: 100px !important; }
    .banner .owl-theme .item {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .banner .owl-theme .item img.img-slider {
        display: none; }
  .banner .custom-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    height: auto; }
    .banner .custom-nav .owl-prev, .banner .custom-nav .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 100;
      cursor: pointer; }
      .banner .custom-nav .owl-prev i, .banner .custom-nav .owl-next i {
        font-size: 2.5rem;
        color: #cecece; }
    .banner .custom-nav .owl-prev {
      left: 0; }
    .banner .custom-nav .owl-next {
      right: 0; }
    @media (max-width: 767px) {
      .banner .custom-nav {
        display: none; } }

.img-slider-item {
  display: inherit !important;
  width: auto !important; }

.counter-slide {
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 160px;
  width: 100%;
  color: #ffffff; }

.carousel-thumbs {
  margin-top: -90px; }

.wrapCarouselThumbs .owl-item {
  border: 3px solid var(--st-secondary); }
  .wrapCarouselThumbs .owl-item.current {
    border-color: var(--st-primary); }

.main-content {
  position: relative; }
  .main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0; }
    .main-content .owl-theme .custom-nav .owl-prev, .main-content .owl-theme .custom-nav .owl-next {
      position: absolute;
      height: 100px;
      color: inherit;
      background: none;
      border: none;
      z-index: 100; }
      .main-content .owl-theme .custom-nav .owl-prev i, .main-content .owl-theme .custom-nav .owl-next i {
        font-size: 2.5rem;
        color: #cecece; }
    .main-content .owl-theme .custom-nav .owl-prev {
      left: 0; }
    .main-content .owl-theme .custom-nav .owl-next {
      right: 0; }

.banner-full {
  height: 110%;
  position: relative; }

.banner-full .wrap-caption,
.banner .wrap-caption {
  width: 60%;
  position: relative;
  z-index: 2; }
  .banner-full .wrap-caption .caption-heading,
  .banner .wrap-caption .caption-heading {
    font-size: 60px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    line-height: 1; }
    .banner-full .wrap-caption .caption-heading span,
    .banner .wrap-caption .caption-heading span {
      font-weight: 300;
      color: var(--st-primary); }
  .banner-full .wrap-caption .caption-subheading,
  .banner .wrap-caption .caption-subheading {
    color: var(--st-primary);
    font-size: 24px;
    font-style: italic; }
    .banner-full .wrap-caption .caption-subheading:after,
    .banner .wrap-caption .caption-subheading:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 100px;
      height: 1px;
      background-color: var(--st-primary);
      margin-bottom: 10px;
      margin-top: 15px; }
  .banner-full .wrap-caption .bg,
  .banner .wrap-caption .bg {
    background-color: rgba(153, 153, 153, 0.5);
    padding: 20px; }
  .banner-full .wrap-caption p,
  .banner .wrap-caption p {
    padding: 0;
    color: #ffffff; }
    .banner-full .wrap-caption p.bg,
    .banner .wrap-caption p.bg {
      background-color: rgba(153, 153, 153, 0.5);
      padding: 20px;}
  @media (max-width: 991px) {
    .banner-full .wrap-caption,
    .banner .wrap-caption {
      width: 100%; }
      .banner-full .wrap-caption .caption-heading,
      .banner .wrap-caption .caption-heading {
        font-size: 45px; }
      .banner-full .wrap-caption .btn, .banner-full .wrap-caption .btn-primary, .banner-full .wrap-caption .btn-secondary, .banner-full .wrap-caption .btn-light, .banner-full .wrap-caption .btn-ghost-light,
      .banner .wrap-caption .btn,
      .banner .wrap-caption .btn-primary,
      .banner .wrap-caption .btn-secondary,
      .banner .wrap-caption .btn-light,
      .banner .wrap-caption .btn-ghost-light {
        padding: 13px 20px;
        margin-top: 5px;
        margin-bottom: 5px; } }
  @media (max-width: 575px) {
    .banner-full .wrap-caption,
    .banner .wrap-caption {
      width: 100%; }
      .banner-full .wrap-caption .caption-heading,
      .banner .wrap-caption .caption-heading {
        font-size: 30px; }
      .banner-full .wrap-caption .caption-supheading,
      .banner .wrap-caption .caption-supheading {
        font-size: 14px; } }
.banner-full .h-right,
.banner .h-right {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }
  .banner-full .h-right > .wrap-caption,
  .banner .h-right > .wrap-caption {
    width: 50%; }
    @media (max-width: 991px) {
      .banner-full .h-right > .wrap-caption,
      .banner .h-right > .wrap-caption {
        width: 100%; } }
.banner-full .h-center > .wrap-caption,
.banner .h-center > .wrap-caption {
  width: 80%;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 991px) {
    .banner-full .h-center > .wrap-caption,
    .banner .h-center > .wrap-caption {
      width: 100%; } }

.img-video {
  position: relative; }
  .img-video .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 65px;
    height: 65px;
    background-color: transparent;
    border: 3px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: table-cell;
    padding-top: 13px;
    padding-left: 7px;
    text-align: center;
    vertical-align: middle;
    line-height: 2;
    color: #ffffff;
    z-index: 2; }
    .img-video .play-video:hover {
      background-color: #ffffff;
      color: var(--st-primary); }
  .img-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(25, 32, 46, 0.1); }
  .img-video img {
    border: 8px solid #ffffff; }

.ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65px;
  width: 65px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  animation: ripple 2s infinite; }

.ripple:before {
  animation-delay: .9s;
  content: "";
  position: absolute; }

.ripple:after {
  animation-delay: .9s;
  content: "";
  position: absolute; }

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.client-img {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid white; }
  .client-img:hover {
    -webkit-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 5px 30px rgba(0, 0, 0, 0.2); }

.maps-wraper {
  position: relative; }

.maps {
  width: 100%;
  height: 350px;
  display: block;
  background: #ccc;
  position: relative; }

#google-container {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #fff; }

#cd-google-map {
  position: relative;
  overflow: hidden; }

#cd-google-map .col-md-12 {
  padding: 0; }

#cd-google-map .address {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
  background-color: rgba(5, 5, 5, 0.9); }

#cd-google-map .address .address-item {
  position: relative;
  padding-left: 44px; }

#cd-google-map .address .address-item i {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 4px;
  color: #fcfcfc;
  font-size: 22px;
  text-align: center;
  line-height: 24px; }

#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-color: var(--st-primary);
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-image: url("../images/cd-icon-controller.svg"); }

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  background-color: var(--st-secondary); }

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 10px;
  margin-bottom: 1px; }

#cd-zoom-out {
  background-position: 50% -32px; }

.img-cta {
  position: relative; }
  .img-cta img {
    margin-top: -50px;
    margin-bottom: 0; }

.cta-1 .body-text {
  max-width: 70%;
  float: left; }
  @media (max-width: 768px) {
    .cta-1 .body-text {
      max-width: 100%;
      text-align: center; } }
.cta-1 .body-action {
  max-width: 30%;
  float: right;
  margin-top: 15px; }
  @media (max-width: 768px) {
    .cta-1 .body-action {
      max-width: 100%;
      float: none;
      margin: 0 auto;
      display: table; } }
  .cta-1 .body-action .btn, .cta-1 .body-action .btn-primary, .cta-1 .body-action .btn-secondary, .cta-1 .body-action .btn-light, .cta-1 .body-action .btn-ghost-light {
    display: inline-block;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative;
    padding: 15px 35px; }

.cta-overlap {
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding: 30px;
  background-color: var(--st-secondary); }
  @media (max-width: 767px) {
    .cta-overlap {
      margin-top: -10px; } }
  .cta-overlap .body-text {
    max-width: 70%;
    float: left; }
    @media (max-width: 768px) {
      .cta-overlap .body-text {
        max-width: 100%;
        text-align: center; } }
  .cta-overlap .body-action {
    max-width: 30%;
    float: right;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .cta-overlap .body-action {
        max-width: 100%;
        float: none;
        margin: 0 auto;
        display: table; } }
    .cta-overlap .body-action .btn, .cta-overlap .body-action .btn-primary, .cta-overlap .body-action .btn-secondary, .cta-overlap .body-action .btn-light, .cta-overlap .body-action .btn-ghost-light {
      display: inline-block;
      overflow: hidden;
      backface-visibility: hidden;
      position: relative;
      padding: 15px 35px; }

.bg-breadcrumb {
  background-color: #EEEEEE; }
  .bg-breadcrumb .breadcrumb {
    background-color: #EEEEEE; }

.widget {
  margin-bottom: 50px;
  clear: both; }

.widget-title {
  font-size: 21px;
  font-weight: 700;
  color: var(--st-primary);
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  position: relative; }
  .widget-title:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 60px;
    height: 1px;
    background: var(--st-primary);
    margin-bottom: 10px;
    margin-top: 15px; }

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0; }

.category-nav {
  margin-left: 0;
  margin-bottom: 30px;
  padding: 0; }
  .category-nav li {
    list-style: none;
    margin: 0;
    font-family: "Montserrat", sans-serif; }
    .category-nav li a {
      color: #333;
      display: block;
      padding: 15px 20px;
      margin-bottom: 5px;
      background-color: white; }
      .category-nav li a:hover {
        color: #ffffff;
        background-color: var(--st-secondary); }
    .category-nav li.active a {
      background-color: var(--st-primary);
      color: #ffffff; }

.latest-post-item {
  position: relative;
  padding: 0 20px 10px 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 20px; }
  .latest-post-item .date {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    color: var(--st-primary); }
    .latest-post-item .date i {
      margin-right: 5px; }
  .latest-post-item .title {
    font-family: "Montserrat", sans-serif; }
    .latest-post-item .title a {
      color: var(--st-secondary); }
      .latest-post-item .title a:hover {
        color: var(--st-primary); }
  .latest-post-item .meta-hour {
    font-size: 12px;
    color: var(--st-primary);
    margin-top: 10px; }
  .latest-post-item .meta-author {
    font-size: 12px;
    font-style: italic; }
  .latest-post-item .more-detail {
    color: var(--st-primary);
    font-weight: 900; }
    .latest-post-item .more-detail:before {
      content: '\f105';
      font-family: FontAwesome;
      margin-right: 5px; }
    .latest-post-item .more-detail:hover {
      color: var(--st-secondary); }

.single-news .media-box {
  margin-bottom: 20px;
  position: relative; }
  .single-news .media-box .meta-date {
    color: #ffffff;
    background-color: var(--st-primary);
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
.single-news .title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px; }
.single-news .meta {
  font-size: 13px;
  color: #cccccc; }
  .single-news .meta > div {
    margin-right: 20px; }
  .single-news .meta .fa {
    color: var(--st-primary); }

.widget.tags a {
  display: inline-block;
  vertical-align: top;
  padding: 5px 8px 6px;
  font-size: 13px !important;
  color: rgba(153, 153, 153, 0.8);
  border: 1px solid #ccc;
  margin: 0 6px 7px 0;
  text-decoration: none !important;
  text-transform: lowercase;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .widget.tags a:hover {
    background-color: var(--st-primary);
    color: #ffffff;
    border-color: var(--st-primary); }

.author-box {
  background-color: rgba(153, 153, 153, 0.1);
  padding: 20px;
  margin-top: 60px; }
  .author-box .media {
    display: table-cell;
    vertical-align: top;
    width: 120px; }
    .author-box .media img {
      width: 100px;
      height: 100px; }
  .author-box .body {
    margin-left: 20px;
    display: table-cell;
    vertical-align: top; }
  .author-box .media-heading {
    color: #333;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: "Mulish", sans-serif; }
    .author-box .media-heading span {
      font-weight: 400;
      display: block;
      color: rgba(34, 34, 34, 0.3);
      margin-bottom: 8px; }
  .author-box:after {
    @extent .clrfix; }

.comments-box {
  padding-bottom: 30px;}
  .comments-box .media {
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
    background-color: #fff;
    margin-bottom: 30px; }
    .comments-box .media img {
      width: 64px; }
    .comments-box .media.comment {
      background-color: #fff; }
    .comments-box .media.reply-comment {
      margin-left: 40px; }
    .comments-box .media:after {
      display: table;
      content: " ";
      clear: both; }
  .comments-box .media-heading {
    color: #333;
    font-weight: 600;
    font-family: "Mulish", sans-serif; }
  .comments-box .comments-box .media-left img {
    width: 100px;
    height: 100px; }
  .comments-box .date {
    float: right;
    color: rgba(34, 34, 34, 0.7); }
  .comments-box .reply {
    margin-top: 5px; }
    .comments-box .reply a {
      color: rgba(34, 34, 34, 0.3); }
      .comments-box .reply a:hover {
        color: var(--st-secondary); }

.similar-box .title-heading,
.comments-box .title-heading,
.leave-comment-box .title-heading {
  font-size: 21px;
  line-height: 2;
  color: var(--st-primary);
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative; }
  .similar-box .title-heading:after,
  .comments-box .title-heading:after,
  .leave-comment-box .title-heading:after {
    content: '';
    display: block;
    vertical-align: bottom;
    width: 60px;
    height: 1px;
    background: var(--st-primary);
    margin-bottom: 10px;
    margin-top: 15px; }

.promo-ads {
  padding: 25px;
  background-color: var(--st-secondary);
  border-bottom: 2px solid var(--st-primary); }

.page404 .title {
  font-size: 150px;
  color: var(--st-primary);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1; }

.media-detail {
  text-align: center;
  border: 1px solid #e6e6e6; }

.border-img {
  border: 1px solid #e6e6e6; }

.grid-item,
.grid-sizer {
  width: 33.33333333%; }

@media (max-width: 425px) {
  .grid-item,
  .grid-sizer {
    width: 100%; } }
.grid-item {
  float: left;
  background: transparent; }
  .grid-item a {
    background-color: var(--st-primary);
    display: block;
    margin: 8px; }
    .grid-item a img {
      width: 100%;
      display: block;
      margin-bottom: 0; }
    .grid-item a:hover img {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
      filter: alpha(opacity=90); }

.gutter-sizer {
  width: 2%; }

.sideleft-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  margin-left: -15px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: cover; }
  .sideleft-img img {
    display: none; }
  @media (max-width: 991px) {
    .sideleft-img {
      position: static;
      margin-right: 0;
      -webkit-transition: all 0.4s ease 0s !important;
      transition: all 0.4s ease 0s !important; }
      .sideleft-img:hover {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90); }
      .sideleft-img img {
        display: block; } }

.sideright-img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
  margin-left: 15px;
  margin-right: 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .sideright-img img {
    display: none; }
  @media (max-width: 767px) {
    .sideright-img {
      position: static;
      -webkit-transition: all 0.4s ease 0s !important;
      transition: all 0.4s ease 0s !important; }
      .sideright-img:hover {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90); }
      .sideright-img img {
        display: block; } }

.events-widget {
  border: 1px solid #eee;
  background-color: #ffffff;
  padding: 10px 30px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }
  .events-widget .widget-title {
    font-size: 20px;
    background-color: var(--st-primary);
    margin: 20px -30px 30px -30px;
    padding: 5px 30px;
    color: #ffffff; }
    .events-widget .widget-title:after {
      content: none; }
    .events-widget .widget-title:first-child {
      margin-top: -10px; }

.p-30 {
  padding: 30px; }

.cta-info {
  color: #333;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .cta-info .title {
    font-style: italic; }
  .cta-info p {
    margin-bottom: 0; }
  .cta-info a {
    color: #333; }
  .cta-info.bordered {
    border-left: 1px solid #333;
    border-right: 1px solid #333; }

.row-reset {
  margin-left: -15px;
  margin-right: -15px; }

.contact-info-detail {
  position: relative;
  padding: 30px;
  height: 100%; }
  .contact-info-detail:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: var(--st-secondary);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }

.about-img {
  position: relative;
  min-height: 300px;
  border: 4px solid #666666;
  margin-top: 50px;
  margin-left: 50px;
  margin-right: 50px; }
  .about-img .about-img-top {
    position: absolute;
    width: 50%;
    top: -10%;
    left: -30px;
    z-index: 1;
    border: 4px solid #cccccc; }
  .about-img .about-img-bottom {
    position: absolute;
    width: 50%;
    bottom: -10%;
    right: -30px;
    border: 4px solid #cccccc; }

.img-box {
  position: relative;
  padding-left: 35px;
  margin-bottom: 50px; }
  .img-box:before {
    content: '';
    width: 90%;
    width: calc(100% - 2em);
    height: 100%;
    background: var(--st-primary);
    border-radius: 5px;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1; }
  .img-box img {
    border-radius: 5px; }

.whoweare {
  padding: 53px 40px  0 40px;
  padding: 63px 40px  30px 40px;
  background-size: inherit;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 767px) {
  .cta h1 {
    font-size: 2.571em; }
  .cta h2, .cta .banner-page .title-page, .banner-page .cta .title-page, .cta .banner-page-2 .title-page, .banner-page-2 .cta .title-page {
    font-size: 1.857em; }
  .cta h3 {
    font-size: 1.214em; } }

.sc-border {
  border: 6px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .sc-border:hover {
    border-color: var(--st-primary); }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px; }

@media (max-width: 767px) {
  .whoweare {
    background-image: none !important; } }

@media (max-width: 767px) {
  .img-act img {
    width: 48% !important; } }

.h-form {
  padding: 30px;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px; }
  .h-form .media-img {
    margin: -30px -30px 30px -30px; }

.footer {
  background-color: #F8F8F8;
  color: var(--st-text);
  background-size: cover;
  background-position: center;
  position: relative; }
  .footer .sosmed-icon a {
    font-size: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: var(--st-secondary);
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
    .footer .sosmed-icon a:hover {
      background-color: var(--st-primary); }
  .footer .footer-item .logo-bottom {
    margin-bottom: 10px; }
  .footer .footer-item .footer-title {
    font-size: 18px;
    padding: 20px 0 30px 0;
    margin-bottom: 0;
    position: relative;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
    .footer .footer-item .footer-title:after {
      content: '';
      display: block;
      vertical-align: bottom;
      width: 40px;
      height: 1px;
      background: var(--st-primary);
      margin-bottom: 10px;
      margin-top: 15px; }
  .footer .footer-item .list {
    margin: 0;
    padding: 0; }
    .footer .footer-item .list li {
      list-style: none;
      padding-bottom: 5px;
      padding-top: 5px; }
      .footer .footer-item .list li:first-child {
        padding-top: 0; }
      .footer .footer-item .list li a {
        position: relative;
        color: var(--st-text);}
        .footer .footer-item .list li a:hover {
          color: var(--st-primary); }
  .footer .footer-item .footer-subscribe {
    position: relative; }
    .footer .footer-item .footer-subscribe input[type=email] {
      width: 100%;
      background: #fff;
      padding: 10px 57px 10px 17px;
      min-height: 38px;
      max-width: 480px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 0; }
      .footer .footer-item .footer-subscribe input[type=email]:focus {
        background: #fff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: 0 0 0 2px var(--st-primary);
        -moz-box-shadow: 0 0 0 2px var(--st-primary);
        box-shadow: 0 0 0 2px var(--st-primary);
        border-color: transparent; }
    .footer .footer-item .footer-subscribe input[type=submit] {
      position: absolute;
      left: 0;
      top: 0;
      visibility: hidden; }
    .footer .footer-item .footer-subscribe label {
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      width: 40px;
      height: 38px;
      line-height: 40px;
      padding: 0;
      cursor: pointer;
      text-align: center;
      font-size: 13px;
      background: none;
      color: #ffffff;
      outline: 0 !important;
      -webkit-transition: color .3s ease;
      -moz-transition: color .3s ease;
      -ms-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease;
      background: var(--st-primary); }
    .footer .footer-item .footer-subscribe .icon {
      font-size: 18px; }
    .footer .footer-item .footer-subscribe p {
      font-size: 13px;
      margin-top: 16px; }
  .footer .footer-item .recent-post {
    margin: 0;
    padding: 0; }
    .footer .footer-item .recent-post li {
      list-style: none;
      margin: 0 0 30px; }
      .footer .footer-item .recent-post li a {
        color: var(--st-text);
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 14px; }
        .footer .footer-item .recent-post li a:hover {
          color: var(--st-primary); }
      .footer .footer-item .recent-post li .date {
        display: block;
        font-size: 12px;
        padding: 0;
        color: var(--st-primary); }
        .footer .footer-item .recent-post li .date i {
          margin-right: 5px; }
  .footer .fcopy {
    padding: 30px 0;
    font-size: 14px;
    background-color: var(--st-primary); }

.list-info {
  margin: 0;
  padding: 0; }
  .list-info li {
    margin-bottom: 20px;
    list-style: none;
    font-size: 16px; }
    .list-info li .info-icon {
      display: table-cell;
      color: var(--st-primary); }
    .list-info li .info-text {
      padding-left: 20px;
      display: table-cell;
      vertical-align: top; }

.ftex {
  margin-bottom: 0;
  text-align: center; }


header.header.header-1 {
  padding: 27px 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgb(217, 225, 230);
}
header.header.header-1 .navbar-main {
  background-color: transparent;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-brand {
  display: block;
  position: relative;
}
header.header.header-1 .navbar-brand img {
  position: absolute;
  top: -47px;
  transition: transform 0.3s ease;
}
header.header.header-1 .navbar-brand:focus-visible img {
  transform: scale(1.05);
}
header.header.header-1 .btn.nav-toggle {
  min-width: unset;
  background: transparent;
  display: none;
}
header.header.header-1 .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header.header.header-1 .navbar-nav .nav-item {
  position: relative;
  margin-left: 25px;
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
header.header.header-1 .navbar-nav .nav-item .nav-link {
  color: #333;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
header.header.header-1 .navbar-nav .nav-item .nav-link:hover {
  opacity: 0.6;
}
header.header.header-1 .navbar-nav .nav-item .nav-link:focus-visible {
  opacity: 0.6;
}
header.header.header-1 .navbar-nav .nav-item:hover .submenu {
  padding: 0;
  visibility: visible;
  opacity: 1;
  transform: scale(1.0);
  transition-duration: 0.2s, 0.2s, 0.2s;
}
header.header.header-1 .navbar-nav .nav-item .submenu {
  position: absolute;
  border-top: 2px solid var(--st-primary);
  z-index: 1;
  visibility: hidden;
  left: 0;
  top: 130%;
  margin: 0;
  display: block;
  text-align: left;
  padding: 0;
  background: #fff;
  min-width: 210px;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
  transform: scale(0.4);
  transform-origin: 10% top;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-nav .nav-item .submenu:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: var(--st-primary);
  border-width: 7px;
  margin-left: -7px;
}
header.header.header-1 .navbar-nav .nav-item .submenu .sub-item {
  font-weight: 600;
  position: relative;
  display: block;
  margin: 0;
}
header.header.header-1 .navbar-nav .nav-item .submenu .sub-item:hover a {
  background-color: #f9f9f9;
  color: var(--st-primary);
  padding-left: 20px;
  opacity: 1;
  text-decoration: none;
}
header.header.header-1 .navbar-nav .nav-item .submenu .sub-item a:focus-visible {
  background-color: #f9f9f9;
  color: var(--st-primary);
  padding-left: 20px;
  opacity: 1;
  text-decoration: none;
}
header.header.header-1 .navbar-nav .nav-item .submenu .sub-item a {
  font-size: 0.8125rem;
  color: #333;
  display: block;
  padding: 12px 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-nav .nav-item .nav-link.header-btn {
  color: #fff;
  border: 0;
  background: var(--st-primary);
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px;
  font-weight: 600;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-nav .nav-item .nav-link.header-btn:hover {
  background-color: var(--st-secondary);
  opacity: 1;
}
header.header.header-1 .navbar-nav .nav-item .nav-link.header-btn:focus-visible {
  background-color: var(--st-secondary);
  opacity: 1;
}
header.header.header-1 .navbar-main .nav-item.dropdown .nav-link:after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid currentColor;
}
/* Mobilní navigace */
header.header.header-1 .navbar-main .mobileNav {
  display: none;
  position: fixed;
  overflow-y: auto;
  transform: translateX(102%);
  top: 0; right: 0; bottom: 0;
  width: 350px;
  max-width: 350px;
  height: 100%;
  z-index: 99999;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
header.header.header-1 .navbar-main .mobileNav.show {
  transform: translateX(0);
}
header.header.header-1 .navbar-main .mobileNav .close-btn {
  display: block;
  top: 10px;
  right: 25px;
  font-size: 25px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  color: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}
header.header.header-1 .navbar-main .mobileNav .header-logo-panel {
  display: flex;
  border-bottom: 1px solid #ededed;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 135px;
  background-color: #faf8f5;
}
header.header.header-1 .navbar-main .mobileNav .header-logo-panel span {
  color: var(--st-secondary);
  text-transform: uppercase;
  font-weight: 500;
  font-family: system-ui;
}
header.header.header-1 .navbar-main .mobileNav .header-logo-panel p {
  color: #80837f;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
header.header.header-1 .navbar-main .mobileNav .navbar-nav {
  flex-direction: column;
  padding: 30px;
  text-align: left;
}
header.header.header-1 .navbar-main .mobileNav .navbar-nav .nav-item {
  display: block;
  margin: 0;
  position: relative;
  font-family: Montserrat;
  font-weight: 600;
  width: 100%;
}
header.header.header-1 .navbar-main .mobileNav .navbar-nav .nav-item .nav-link {
  display: block;
  color: #333;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  margin: 0 0 10px 0;
  font-weight: 500;
}

@media (max-width: 1199px) {
  header.header.header-1 .navbar-brand img {
    top: -44px;
  }
}
@media (max-width: 991px) {
  header.header.header-1 .btn.nav-toggle {
    display: block;
  }
  header.header.header-1 .navbar-main .mainNav .navbar-nav {
    display: none;
  }
  header.header.header-1 .navbar-main .mobileNav {
    display: block;
  }
  a.no-mobile-link {
    pointer-events: none;
    cursor: default;
    color: inherit;
    text-decoration: none;
  }
  header.header.header-1 .navbar-brand img {
    max-width: 100px;
  }
}
@media (max-width: 350px) {
  header.header.header-1 .navbar-main .mobileNav {
    width: 100%;
  }
}

/* BANNER */
main {
  position: relative;
  z-index: 2;
  background-color: #faf8f5;
}
.hero {
  height: 60vh;
  color: #fff;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.hero.full-height {
  color: #fff;
  height: 100vh;
  background: url("/images/bg/hero-fallback.jpg") center center/cover no-repeat;
  position: relative;
}
.hero.full-height .hero-video {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.hero .opacity-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0; top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero small {
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin: 0 0 10px 0;
  color: #ebd7b2;
  font-weight: 600;
  animation-delay: 0.2s;
}
.hero h1 {
  color: #fff;
  font-size: 3.1875rem;
  margin: 0 0 10px 0;
  font-weight: 700;
  text-transform: uppercase;
  animation-delay: 0.4s;
}
.hero-btn {
  display: inline-block;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  border: 2px solid;
  outline: none;
  text-decoration: none;
  padding: 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  text-align: center;
  line-height: 1;
  animation-delay: 0.6s;
}
.hero-btn:hover {
  background-color: var(--st-secondary);
  border-color: var(--st-secondary);
  text-decoration: none;
  color: #fff;
}
.hero-btn:focus-visible {
  background-color: var(--st-secondary);
  border-color: var(--st-secondary);
}
.arrow-down-icon {
  bottom: 1rem;
  right: 40px;
  z-index: 3;
  width: 60px;
  height: 60px;
}
.arrow-down-icon img {
  width: 100%;
  height: 60px;
}
.scroll-arrow {
  transition: filter 0.3s ease, transform 0.3s ease;
}
.scroll-arrow:hover, .arrow-down-icon a:focus-visible .scroll-arrow {
  filter: drop-shadow(0 0 6px #fff);
  transform: translateY(3px);
}

.animate-bounce {
  animation: 2s infinite bounce;
  opacity: 1
}
@keyframes bounce {
  0%,100% {
    transform: translateY(0);
  }
  50%{ 
    transform: translateY(8px);
  }
}
.hero-animated {
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  animation: fadeUp 0.6s ease forwards;
}
@keyframes fadeUp {
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .hero.full-height h1 {
    font-size: 2.25rem;
  }
  .arrow-down-icon {
    bottom: 5rem;
  }
}
@media (max-width: 575px) {
  .hero.full-height h1 {
    font-size: 2rem;
  }
}

/* O NAS */
.about-section {
  background: #fff url(/images/bg/about.webp) top right no-repeat;
}
.about-section .container, .we-offer .container, .contact-section .container, .price-section .container, .company-section .container, .tips-section .container, .galerie-section .container, .rezervace-section .container {
  padding-top: 120px;
  padding-bottom: 95px;
}
.about-img-wrapper {
  position: relative;
  margin-bottom: 25px;
}
.rounded-img {
  border-radius: 10px;
}
.img-over {
  left: -10%;
  bottom: -50px;
  border-radius: 10%;
  position: absolute;
  z-index: 99;
}
.img-over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  transition: all 0.3s ease;
}
.img-over img:hover {
  transform: scale(1.4);
}
.title small, .title small a.odkaz {
  text-transform: uppercase;
  color: var(--st-primary);
  letter-spacing: 3px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 0.75rem;
}
.title h2, .title h3 {
  font-weight: 700;
  font-size: 2.375rem;
  margin-bottom: 15px;
  letter-spacing: -0.03em;
  line-height: 1.3;
  color: #333;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.content-text {
  font-size: 15px;
  line-height: 1.6;
}
.odkaz {
  color: var(--st-primary);
  font-weight: 500;
  transition: all 0.3s ease;
}
.odkaz:hover {
  text-decoration: none;
  opacity: 0.6;
}
.about-content em {
  font-family: "Caveat", cursive;
  font-size: 2rem;
  font-style: normal;
  color: #555;
}

@media (max-width: 1199px) {
  .img-over {
    bottom: 0;
    left: 0;
  }
  .img-over img:hover {
    transform: scale(1.0);
  }
}

/* LODNI DOPRAVA */
.lodni-doprava {
  display: flex;
  height: 75vh;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.lodni-doprava-bg {
  transform: scale(0.8, 0.8);
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 1s ease;
  background: url("/images/bg/lodni-fallback.jpg") center center/cover no-repeat;
}
.lodni-doprava-bg.bigger {
  transform: scale(1.05);
}
.lodni-doprava-bg video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.lodni-overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.lodni-doprava-content {
  padding: 0 60px;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.title.text-white small, .title.text-white small a.odkaz {
  color: #ebd7b2;
}

/* WE OFFER */
.we-offer {
  background-color: rgb(250, 248, 245);
}
.we-offer-card-wrapper {
  display: block;
  margin-bottom: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.we-offer-card-wrapper figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.we-offer-card-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.we-offer-card-wrapper:hover .we-offer-card-bg {
  transform: scale(1.1);
}
.we-offer a:focus-visible .we-offer-card-wrapper .we-offer-card-bg {
  transform: scale(1.1);
}
.we-offer-card-content {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25% 30px 0 30px;
  color: #fff;
  left: 0;
  bottom: -75px;
  padding-bottom: 60px;
  backface-visibility: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease;
  background: linear-gradient(to bottom, transparent, #000);
}
.we-offer-card-wrapper:hover .we-offer-card-content {
  transform: translate(0, -65px);
}
.we-offer a:focus-visible .we-offer-card-wrapper .we-offer-card-content {
  transform: translate(0, -65px);
}
.we-offer-card-content small {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0;
}
.we-offer-card-content h3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.we-offer-card-content p {
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  opacity: 0;
  position: relative;
  transition: all 0.4s ease;
}
.we-offer-card-wrapper:hover .we-offer-card-content p {
  opacity: 1;
}
.we-offer a:focus-visible .we-offer-card-wrapper .we-offer-card-content p {
  opacity: 1;
}

@media (max-width: 991px) {
  .we-offer-card-wrapper .we-offer-card-bg {
    transform: scale(1.1);
  }
  .we-offer-card-wrapper .we-offer-card-content {
    transform: translate(0, -65px);
  }
  .we-offer-card-wrapper .we-offer-card-content p {
    opacity: 1;
  }
}

/* WE HAVE */
.we-have-card {
  text-align: center;
  padding: 0px 25px 25px;
  border-width: 2px 0px 2px 2px;
  border-style: solid solid solid;
  border-right: 0;
  border-image: linear-gradient(rgb(237, 237, 237), rgba(0, 0, 0, 0)) 1 60% / 1 / 0 stretch;
}
.we-have-card h3 {
  font-size: 1.3125rem;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .we-have-card {
    border-left: 0;
  }
}

/* TEXT SECTION */
.text-section {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 72px;
  margin-top: -60px;
  overflow: hidden;
}
.text-section .text-section-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.text-section .text-section-content {
  position: absolute;
  top: 0;
  left: -100px;
  animation: boat-sail 20s linear infinite;
}
.boat1 {
  display: block;
  width: 80px;
  height: auto;
}

@keyframes boat-sail {
  0% {
    transform: translateX(calc(100vw + 80px));
  }
  100%{ 
    transform: translateX(-120px);
  }
}


/* FOOTER */
.top-footer {
  background-color: #24262d;
  padding: 90px 0;
}
.top-footer h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}
.top-footer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.top-footer li, .top-footer li a {
  color: #fff;
  transition: all 0.3s ease;
}
.top-footer li a:hover {
  color: #ebd7b2;
  text-decoration: none;
}
.top-footer li a:focus-visible {
  text-decoration: underline;
}
.top-footer li.highlighted_link a {
  color: #ebd7b2;
}
.top-footer ul.informace li a {
  display: block;
}
.top-footer ul.informace li a:hover {
  transform: translateX(10px);
}
.bottom-footer {
  background-color: #1f2127;
  padding: 30px 0;
  text-align: center;
}
.spweb-logo {
    font-size: 14px;
}
.spweb-logo img {
    display: inline-block;
    width: 90px;
    height: auto;
}

/* FORM */
.form-control {
  padding: 1rem .75rem;
  height: calc(3.5rem + 2px);
  line-height: 1.25;
  border-color: #ededed;
  font-size: 0.875rem;
  color: #333;
  display: block;
  width: 100%;
}
.form-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: all .1s ease;
  z-index: 3;
}
.form-control:focus, .form-control:not(:placeholder-shown) {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-control:focus~label, .form-control:not(:placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.hero-btn.btn-blck {
  color: var(--st-secondary);
  border-color: var(--st-secondary);
}
.hero-btn.btn-blck:hover, .hero-btn.btn-blck:focus-visible {
  color: #fff;
}
.contact-card {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.contact-card-inner {
  position: relative;
  width: 100%;
  transition: all 0.6s;
}
.contact-card-front, .contact-card-back {
  width: 100%;
  border-radius: 10px;
  padding: 30px 45px 20px 45px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.contact-card-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.contact-info h2 {
  font-size: 0.7rem;
  text-align: center;
  opacity: .6;
  text-transform: uppercase;
}
.contact-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-info ul li {
  margin-bottom: 25px;
}
.contact-info ul li h3 {
  font-size: 1.3125rem;
  font-weight: 600;
}
.contact-info ul li a {
  color: var(--st-primary);
  display: block;
  transition: all 0.3s ease;
}
.contact-info ul li a:hover, .contact-info ul li a:focus-visible {
  transform: translateX(10px);
  text-decoration: none;
}

@media (max-width: 991px) {
  .contact-card-inner {
    transform: none !important;
  }
  .contact-card-back, .contact-card-front {
    position: relative;
    transform: none !important;
    backface-visibility: visible;
    margin-bottom: 20px;
  }
  .contact-card-nav {
    display: none;
  }
}

/* MAPA */
.google-map iframe {
  border: 0;
  width: 100%;
  height: 450px;
  margin-bottom: -18px;
}

/* CENÍK */
.price-card {
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.price-card:hover {
  transform: translateY(-5px);
}
.price-card-header {
  background: var(--st-primary);
  color: #fff;
  text-align: center;
  padding: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
.price-card-body {
  text-align: center;
  padding: 20px;
  flex-grow: 1;
}
.price-card-body h3 {
  font-size: 1rem;
  margin: 10px 0 5px;
}
.price-card-body .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--st-primary);
  margin-bottom: 10px;
}
.price-card-body .cenik-note {
  font-size: 0.9rem;
  opacity: 0.7;
  margin-top: 10px;
}
.btn-reverse {
  display: inline-block;
  padding: 10px 20px;
  background: var(--st-secondary);
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-reverse:hover, .btn-reverse:focus-visible {
  background: var(--st-primary);
  color: #fff;
  text-decoration: none;
}
.price-terms {
  text-align: center;
}
.price-terms h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.price-terms h3 {
  margin-bottom: 10px;
  color: var(--st-primary);
}
.term-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 300px;
}
.term-list li {
  padding: 8px 12px;
  margin-bottom: 6px;
  border-radius: 8px;
  font-size: 0.95rem;
}
.stay-info .intro-text {
  font-size: 1rem;
  line-height: 1.7;
}
.stay-info h3 {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  font-size: 1rem;
  position: relative;
}
.stay-bg {
  background: url("/images/logo/og-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.stay-benefits {
  padding-left: 70px;
}
.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefit-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
}
.benefit-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ebd7b2;
  font-weight: bold;
}
.stay-overlay-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.stay-padding {
  padding: 120px 100px;
}

@media (max-width: 1199px) {
  .stay-bg {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .stay-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* firmy */
.company-section .company-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.company-section .company-text p {
  margin-bottom: 1.2rem;
}
.company-section .highlight-box {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.company-section .highlight-box h3 {
  font-size: 1.25rem;
  color: var(--st-primary);
  font-weight: 600;
}
.company-section .highlight-box a {
  color: var(--st-primary);
  text-decoration: none;
  font-weight: 600;
}
.company-section .highlight-box a:hover {
  text-decoration: underline;
}
.company-section .company-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company-section .company-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 0.6rem;
}

@media (max-width: 768px) {
  .company-events .highlight-box {
    padding: 1.2rem;
  }
  .company-events .highlight-box h3 {
    font-size: 1.1rem;
  }
}


/* tipy */
.sticky-text {
  position: sticky;
  top: 250px;
}
.scroll-images img {
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.tips-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tips-list li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 1rem;
}
.tips-list li a {
  color: #333;
}
.tips-list li a:focus-visible {
  text-decoration: underline;
}
.tips-list li a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 0.9rem;
  line-height: 1.4;
  background: url("/images/icons/bookmark.svg");
  margin-top: 2px;
}

/* galerie */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  aspect-ratio: 4 / 3;
}
.gallery-item:hover {
  transform: translateY(-5px);
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.gallery-item:hover img, .gallery-item .gallery-link:focus-visible img {
  transform: scale(1.1);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery-item:hover .gallery-overlay, .gallery-item .gallery-link:focus-visible .gallery-overlay {
  opacity: 1;
}
.gallery-overlay h3 {
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
}
.gallery-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* rezervace */
#rezervace-form {
  margin: 0 auto;
}
#rezervace-form fieldset {
  padding: 20px;
  margin-bottom: 20px;
}
#rezervace-form fieldset.terminy-fieldset {
  border: 1px solid var(--st-primary);
  border-radius: 8px;
}
#rezervace-form legend {
  font-weight: bold;
  padding: 0 10px;
}
#rezervace-form .form-group, #rezervace-form .form-group-checkbox {
  margin-bottom: 15px;
}
#rezervace-form input[type="date"] {
  border-color: #ddd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
#rezervace-form input[type="date"]~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
#rezervace-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--st-primary);
  border-radius: 6px;
  font-size: 1rem;
}
#rezervace-form #souhlas, #rezervace-form input[name="terminy[]"] {
  width: unset;
  margin-right: 15px;
}
#rezervace-form label[for="souhlas"], #rezervace-form .termin-label {
  display: inline-block;
}
#rezervace-form textarea {
  resize: vertical;
}
#rezervace-form textarea:focus {
  outline: none;
  border-color: #978667;
  box-shadow: 0 0 0 2px rgba(151, 134, 103, 0.2);
}
#rezervace-form .btn-add-person,
#rezervace-form .btn-remove-person,
#rezervace-form .btn-submit {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}
#rezervace-form .btn-add-person {
  background: #e8e4dc;
  margin-bottom: 10px;
}
#rezervace-form .btn-remove-person {
  background: #f3dcdc;
}
#rezervace-form .btn-submit {
  background: var(--st-primary);
  color: #fff;
  font-weight: bold;
}
#rezervace-form .btn-add-person:hover, #rezervace-form .btn-add-person:focus-visible {
  background: #d7d2c7;
}
#rezervace-form .btn-remove-person:hover, #rezervace-form .btn-remove-person:focus-visible {
  background: #e8c0c0;
}
#rezervace-form .btn-submit:hover, #rezervace-form .btn-submit:focus-visible {
  background: var(--st-secondary);
}