body {
  background: #fff;
  font-family: "Source Sans Pro", arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #6c757d;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
  font-family: "Source Sans Pro", arial, sans-serif;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
  color: #fff !important;
}

header .navbar-collapse {
  position: relative;
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: transparent !important;
}

@media (max-width: 991.98px) {
  header .navbar {
    background: rgba(0, 0, 0, 0.4) !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header .navbar .navbar-nav.absolute-right {
  position: absolute;
  right: 0;
}

@media (max-width: 991.98px) {
  header .navbar .navbar-nav.absolute-right {
    position: relative;
    right: inherit;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  font-size: 15px;
  outline: none !important;
}

@media (max-width: 991.98px) {
  header .navbar .nav-link {
    padding: .5rem .5rem;
  }
}

header .navbar .nav-link:hover {
  color: #fff !important;
}

header .navbar .nav-link.active {
  color: #fff !important;
}

header .navbar .dropdown.show > a {
  color: #fff !important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 0px;
  border: none;
  -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
  min-width: 13em;
  margin-top: -10px;
}

header .navbar .dropdown-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
}

@media (max-width: 1199.98px) {
  header .navbar .dropdown-menu:before {
    display: none;
  }
}

header .navbar .dropdown-menu .dropdown-item:hover {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #007bff;
  color: #fff;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

header .navbar.navbar-light .nav-link {
  color: #fff;
}

header .navbar.navbar-light .nav-link.active {
  color: #fff;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  min-height: 750px;
  height: 100vh;
}

.site-hero a {
  color: #fff;
  opacity: .5;
}

.site-hero a:hover {
  opacity: 1;
}

.site-hero .post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.site-hero h1, .site-hero p {
  color: #fff;
  line-height: 1.5;
}

.site-hero h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30px;
}

.site-hero .lead {
  font-size: 30px;
  color: #fff;
  opacity: .8;
  margin-bottom: 30px;
  font-weight: 300;
}

.site-hero > .container {
  position: relative;
  z-index: 2;
}

.site-hero.overlay {
  position: relative;
}

.site-hero.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.site-hero .site-hero-inner {
  min-height: 750px;
  height: 100vh;
}

.box {
  padding: 30px;
  background: #fff;
}

.episodes .episode a {
  color: #000;
}

.episodes .episode a:hover {
  opacity: .7;
}

.episodes .meta {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #cccccc;
}

.episodes .episode-number {
  border: 2px solid #0062cc;
  text-align: center;
  display: inline-block;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  line-height: 74px;
  border-radius: 50%;
  background: #007bff;
  color: #fff;
  font-size: 30px;
}

.site-hero-innerpage, .site-hero-innerpage .site-hero-inner {
  min-height: 550px;
  height: 50vh;
}

.site-section {
  padding: 7em 0;
}

.school-features,
.school-instructors {
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .school-features,
  .school-instructors {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 576px) {
  .school-features .inner,
  .school-instructors .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.school-features .feature, .school-features .instructor,
.school-instructors .feature,
.school-instructors .instructor {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .school-features .feature, .school-features .instructor,
  .school-instructors .feature,
  .school-instructors .instructor {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}

.school-features .feature h3, .school-features .instructor h3,
.school-instructors .feature h3,
.school-instructors .instructor h3 {
  font-size: 18px;
  color: #fff;
}

.school-features .feature p, .school-features .instructor p,
.school-instructors .feature p,
.school-instructors .instructor p {
  color: #fff;
  opacity: .5;
}

.school-features .feature img, .school-features .instructor img,
.school-instructors .feature img,
.school-instructors .instructor img {
  width: 100px;
  border-radius: 50%;
  margin: 0 auto;
}

.school-features .feature .icon > span:before, .school-features .instructor .icon > span:before,
.school-instructors .feature .icon > span:before,
.school-instructors .instructor .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #fff;
}

.school-features.text-dark.last,
.school-instructors.text-dark.last {
  border-bottom: none;
}

.school-features.text-dark.last .feature,
.school-instructors.text-dark.last .feature {
  border-bottom: none;
}

@media (min-width: 992px) {
  .school-features.text-dark .feature,
  .school-instructors.text-dark .feature {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

.school-features.text-dark .feature:last-child,
.school-instructors.text-dark .feature:last-child {
  border-right: none;
}

.school-features.text-dark .feature h3,
.school-instructors.text-dark .feature h3 {
  font-size: 18px;
  color: #000;
}

.school-features.text-dark .feature p,
.school-instructors.text-dark .feature p {
  color: #000;
  opacity: .5;
}

.school-features.text-dark .feature p:last-child,
.school-instructors.text-dark .feature p:last-child {
  margin-bottom: 0;
}

.school-features.text-dark .feature .icon > span:before,
.school-instructors.text-dark .feature .icon > span:before {
  font-size: 50px;
  margin-left: 0;
  color: #007bff;
}

.img-bg {
  background-size: cover;
}

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%;
  }
}

.section-cover {
  background-size: cover;
  position: relative;
  background-position: top left;
}

.section-cover, .section-cover .intro {
  height: 500px;
}

.section-cover p {
  color: #fff;
}

.section-cover h2 {
  color: #fff;
}

.top-course .course, .top-course .blog-entry, .blog-entries .course, .blog-entries .blog-entry {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
}

.top-course .course:hover, .top-course .course:focus, .top-course .blog-entry:hover, .top-course .blog-entry:focus, .blog-entries .course:hover, .blog-entries .course:focus, .blog-entries .blog-entry:hover, .blog-entries .blog-entry:focus {
  opacity: .7;
}

.top-course .course img, .top-course .blog-entry img, .blog-entries .course img, .blog-entries .blog-entry img {
  max-width: 100%;
  margin-bottom: 20px;
}

.top-course .course h2, .top-course .blog-entry h2, .blog-entries .course h2, .blog-entries .blog-entry h2 {
  font-size: 18px;
  line-height: 1.5;
}

.top-course .course p, .top-course .blog-entry p, .blog-entries .course p, .blog-entries .blog-entry p {
  font-size: 13px;
  color: gray;
}

.instructor-meta {
  margin-bottom: 10px;
  color: #999999 !important;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

textarea.form-control {
  height: inherit;
}

.btn {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  padding: 12px 30px;
}

.btn.btn-black {
  background: #000;
  color: #fff;
}

.btn.btn-primary {
  color: #fff;
  border-width: 2px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  border-color: #3395ff;
  background: #3395ff;
}

.btn.btn-sm {
  font-size: 12px;
}

.btn.btn-outline-primary {
  border-width: 2px;
  color: #007bff;
}

.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active {
  color: #fff;
}

.btn.btn-outline-white {
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus {
  background: #fff;
  color: #000;
  border-width: 2px;
}

.btn:hover {
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

.flaticon-custom {
  font-size: 70px;
}

.flaticon-custom:before, .flaticon-custom:after {
  margin-left: 0;
}

.no-nav .owl-nav {
  display: none;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #007bff;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text .child-name {
  font-size: 40px;
  color: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 350px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 350px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: -30px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.box {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.box img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box .box-body {
  padding: 20px;
  border: 1px solid #e9ecef;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box h2 {
  font-size: 18px;
  font-family: "Source Sans Pro", arial, sans-serif;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.box.hover:hover img, .box.hover:focus img {
  margin-top: -20px;
}

.box.hover:hover .box-body, .box.hover:focus .box-body {
  background: #007bff;
  color: #fff;
  padding: 30px 20px;
  border-color: #007bff;
}

.box.hover:hover h2, .box.hover:focus h2 {
  color: #fff;
}

.breadcrumb-custom {
  background: none;
  padding: 0;
}

.breadcrumb-custom li a {
  color: #007bff;
}

.breadcrumb-custom li a:hover {
  color: #fff;
}

.breadcrumb-custom li.active {
  color: #fff;
}

.breadcrumb-custom li.breadcrumb-item + .breadcrumb-item:before {
  content: "/";
  color: rgba(255, 255, 255, 0.3);
}

.children-info li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #dee2e6;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  color: #000;
  font-style: italic;
}

.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 7em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 22px;
}

.cover_1 .heading {
  font-size: 50px;
  color: white;
  font-weight: 300;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #007bff;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature {
  padding: 30px;
  -webkit-transition: .2s all ease-out;
  -o-transition: .2s all ease-out;
  transition: .2s all ease-out;
  background: #fff;
  z-index: 1;
  position: relative;
  border-bottom: 10px solid transparent;
  border-radius: 4px;
  font-size: 15px;
}

.media-feature .icon {
  font-size: 60px;
  color: #007bff;
}

.media-feature h3 {
  font-size: 16px;
  text-transform: uppercase;
}

.media-feature:hover, .media-feature:focus {
  -webkit-box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -3px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 2;
  border-bottom: 10px solid #007bff;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  margin-bottom: 30px;
  position: relative;
  top: 0;
}

.media-custom .meta-post {
  color: #ced4da;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom > a {
  position: relative;
  overflow: hidden;
  display: block;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #6c757d;
}

.media-custom img {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.media-custom:focus, .media-custom:hover {
  top: -2px;
  -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}

.media-custom:focus img, .media-custom:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

#accordion .card {
  font-size: 15px;
  border-color: #dee2e6;
}

#accordion .card h5 a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #007bff;
  position: relative;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  border-radius: 0;
}

#accordion .card h5 a .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

#accordion .card h5 a:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card h5 a.collapsed {
  color: #000;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#accordion .card h5 a.collapsed .icon {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#accordion .card h5 a.collapsed:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2) !important;
}

#accordion .card .card-body {
  padding-top: 15px;
}

.testimonial {
  font-size: 30px;
  color: #000;
}

.media-testimonial img {
  width: 100px;
  border-radius: 50%;
}

.media-testimonial blockquote p {
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

blockquote {
  padding-left: 30px;
  border-left: 10px solid #e6e6e6;
}

blockquote p {
  font-size: 18px;
  font-style: italic;
  color: #000;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #17a2b8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.overflow {
  position: relative;
  overflow-x: hidden;
}

.site-footer {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5em 0;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  opacity: .5;
}

.site-footer h3 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.5);
}

.blog-entry-footer .post-meta {
  color: gray;
  font-size: 15px;
}

.border-t {
  border-top: 1px solid #f8f9fa;
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

/* REZKO landing */
.rezko-page {
  background: #f6f4ee;
  font-family: "Outfit", "Source Sans Pro", arial, sans-serif;
  color: #25312d;
}

.rezko-page h1,
.rezko-page h2,
.rezko-page h3,
.rezko-page h4,
.rezko-page h5 {
  font-family: "Outfit", "Source Sans Pro", arial, sans-serif;
  color: #17211e;
}

.rezko-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.rezko-navbar {
  min-height: 98px;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  background: rgba(19, 29, 26, 0.82) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(14px);
}

.rezko-navbar .container {
  border-bottom: 0 !important;
}

header .navbar-brand.rezko-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  line-height: 1;
}

header .navbar-brand.rezko-logo img {
  display: block;
  width: auto;
  object-fit: contain;
}

header .navbar-brand.rezko-logo .rezko-logo-mark {
  height: 82px;
  flex: 0 0 auto;
}

header .navbar-brand.rezko-logo .rezko-logo-wordmark {
  height: 50px;
  max-width: 224px;
}

.rezko-navbar .nav-link {
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 15px;
  font-weight: 600;
  padding: 1rem .75rem !important;
  letter-spacing: .01em;
}

.rezko-navbar .nav-link:hover,
.rezko-navbar .nav-link.active {
  color: #fff !important;
}

.rezko-navbar .rezko-nav-cta {
  margin-left: .75rem;
  padding: .8rem 1.1rem !important;
  color: #17211e !important;
  background: #e0b663;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.rezko-navbar .rezko-nav-cta:hover {
  color: #17211e !important;
  background: #edc879;
}

.rezko-navbar .rezko-lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: .55rem;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;
}

.rezko-navbar .rezko-lang-link {
  min-width: 38px;
  padding: .34rem .62rem !important;
  border-radius: 999px;
  color: rgba(255, 255, 255, .72) !important;
  font-weight: 900;
  text-align: center;
}

.rezko-navbar .rezko-lang-link:hover,
.rezko-navbar .rezko-lang-link:focus {
  color: #fff !important;
}

.rezko-navbar .rezko-lang-link.is-active {
  color: #17211e !important;
  background: #e0b663;
}

.rezko-hero {
  position: relative;
  overflow: hidden;
  min-height: 820px;
  padding: 160px 0 90px;
  background-image: url("../images/big_image_1.jpg");
  background-size: cover;
  background-position: center center;
}

.rezko-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 25, 23, .96) 0%, rgba(16, 25, 23, .86) 45%, rgba(16, 25, 23, .52) 100%),
    linear-gradient(180deg, rgba(16, 25, 23, .2) 0%, rgba(16, 25, 23, .96) 100%);
}

.rezko-hero .container {
  position: relative;
  z-index: 2;
}

.rezko-hero-inner {
  min-height: 560px;
}

.rezko-kicker,
.rezko-section-label {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  margin-bottom: 1.15rem;
  color: #ba8e32;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rezko-kicker:before,
.rezko-section-label:before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.rezko-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  margin-bottom: 1.35rem;
  text-transform: none;
}

.rezko-hero .lead {
  max-width: 640px;
  color: rgba(255, 255, 255, .78);
  font-size: 21px;
  line-height: 1.65;
  font-weight: 400;
}

.rezko-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin: 2.1rem 0 1.6rem;
}

.btn.rezko-btn-primary {
  min-height: 52px;
  padding: .85rem 1.35rem;
  border: 2px solid #d5a750;
  border-radius: 4px;
  background: #d5a750;
  color: #17211e !important;
  font-weight: 800;
  letter-spacing: .01em;
  box-shadow: 0 18px 38px -22px rgba(14, 20, 18, .7);
}

.btn.rezko-btn-primary:hover,
.btn.rezko-btn-primary:focus,
.btn.rezko-btn-primary:active {
  border-color: #e4bd70 !important;
  background: #e4bd70 !important;
  color: #17211e !important;
  transform: translateY(1px);
}

.rezko-btn-ghost {
  min-height: 52px;
  padding: .85rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 4px;
  color: #fff !important;
  font-weight: 700;
  background: rgba(255, 255, 255, .08);
}

.rezko-btn-ghost:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .14);
}

.rezko-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
}

.rezko-trust-row span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.rezko-trust-row i {
  color: #e0b663;
}

.rezko-hero-panel {
  margin-left: auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(11, 21, 18, .76);
  box-shadow: 0 42px 110px -58px rgba(0, 0, 0, .95);
  backdrop-filter: blur(16px);
}

.rezko-hero-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 8px 18px;
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 800;
}

.rezko-hero-panel-head strong {
  color: #fff;
  letter-spacing: .16em;
}

.rezko-live-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #e0b663;
  box-shadow: 0 0 0 5px rgba(224, 182, 99, .13);
}

.rezko-hero-panel-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.rezko-hero-metric,
.rezko-mini-calendar,
.rezko-channel-row {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
}

.rezko-hero-metric {
  padding: 20px;
}

.rezko-hero-metric span,
.rezko-hero-metric small {
  display: block;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rezko-hero-metric strong {
  display: block;
  margin: .55rem 0 .4rem;
  color: #fff;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}

.rezko-hero-metric small {
  color: #e0b663;
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: none;
}

.rezko-mini-calendar {
  grid-column: span 2;
  padding: 18px;
}

.rezko-mini-calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.rezko-mini-calendar-head strong {
  color: #fff;
  font-size: 16px;
}

.rezko-mini-calendar-head span {
  color: #e0b663;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rezko-mini-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.rezko-mini-days span {
  display: block;
  aspect-ratio: 1 / .72;
  border-radius: 3px;
  background: rgba(255, 255, 255, .15);
}

.rezko-mini-days .is-booked {
  background: #3e8f72;
}

.rezko-mini-days .is-blocked {
  background: #e0b663;
}

.rezko-mini-days .is-price {
  background: rgba(255, 255, 255, .45);
}

.rezko-channel-row {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 16px;
}

.rezko-channel-row span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 800;
}

.rezko-channel-row i {
  color: #e0b663;
}

.rezko-hero-modules {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
}

.rezko-hero-modules div {
  padding: 22px;
  background: rgba(11, 21, 18, .68);
}

.rezko-hero-modules span {
  display: block;
  margin-bottom: 12px;
  color: #e0b663;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .18em;
}

.rezko-hero-modules strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}

.rezko-hero-modules p {
  margin: 0;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.45;
}

.rezko-dashboard {
  max-width: 560px;
  margin-left: auto;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 8px;
  background: rgba(244, 239, 225, .92);
  box-shadow: 0 42px 100px -50px rgba(0, 0, 0, .85);
}

.rezko-dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px 18px;
  color: #5f6a64;
  font-size: 13px;
  font-weight: 700;
}

.rezko-dashboard-top strong {
  color: #17211e;
  letter-spacing: .12em;
}

.rezko-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: #3e8f72;
  box-shadow: 0 0 0 5px rgba(62, 143, 114, .13);
}

.rezko-dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 14px;
}

.rezko-panel,
.rezko-calendar,
.rezko-sync-card {
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 6px;
  background: #fffdfa;
  box-shadow: 0 18px 42px -34px rgba(11, 20, 17, .65);
}

.rezko-panel {
  padding: 22px;
}

.rezko-panel-wide {
  min-height: 220px;
}

.rezko-panel-label {
  color: #778079;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rezko-panel-value {
  margin: .4rem 0 .8rem;
  color: #17211e;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}

.rezko-panel small {
  color: #3e8f72;
  font-weight: 700;
}

.rezko-bars {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: end;
  gap: 8px;
  height: 92px;
  margin-top: 24px;
}

.rezko-bars span {
  display: block;
  min-height: 20px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #e0b663 0%, #3e8f72 100%);
}

.rezko-calendar {
  grid-column: span 2;
  padding: 18px;
}

.rezko-calendar-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  color: #17211e;
}

.rezko-calendar-head span {
  color: #3e8f72;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rezko-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.rezko-days span {
  display: block;
  aspect-ratio: 1 / .68;
  border-radius: 3px;
  background: #ebe7dc;
}

.rezko-days .is-booked {
  background: #3e8f72;
}

.rezko-days .is-blocked {
  background: #2c3632;
}

.rezko-days .is-price {
  background: #e0b663;
}

.rezko-sync-card {
  grid-column: span 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  color: #17211e;
  font-weight: 900;
}

.rezko-sync-card i {
  color: #3e8f72;
}

.rezko-strip {
  margin-top: -46px;
  position: relative;
  z-index: 3;
}

.rezko-strip .container {
  padding: 30px;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 24px 70px -44px rgba(11, 20, 17, .75);
}

.rezko-strip strong {
  display: block;
  margin-bottom: .55rem;
  color: #17211e;
  font-size: 18px;
}

.rezko-strip p {
  margin-bottom: 0;
  color: #64716b;
  line-height: 1.6;
}

.rezko-section {
  background: #f6f4ee;
}

.rezko-intro-split {
  display: grid;
  grid-template-columns: .42fr 1.15fr .78fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 56px;
}

.rezko-intro-index {
  align-self: start;
  padding-top: 12px;
  border-top: 1px solid rgba(32, 44, 40, .18);
  color: #879089;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rezko-intro-title h2,
.rezko-intro-copy p {
  margin-bottom: 0;
}

.rezko-intro-copy {
  padding: 22px 0 0 24px;
  border-left: 1px solid rgba(32, 44, 40, .16);
}

.rezko-section h2,
.rezko-media-section h2,
.rezko-pricing-control h2,
.rezko-demo-section h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
}

.rezko-section-lead,
.rezko-media-section p,
.rezko-pricing-control p,
.rezko-demo-section p {
  color: #64716b;
  font-size: 18px;
  line-height: 1.75;
}

.rezko-feature-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.rezko-feature-card {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 8px;
  background: #fffdfa;
  transition: transform .3s cubic-bezier(.16, 1, .3, 1), box-shadow .3s cubic-bezier(.16, 1, .3, 1);
}

.rezko-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 60px -44px rgba(11, 20, 17, .8);
}

.rezko-feature-card.is-large {
  grid-row: span 2;
  min-height: 538px;
  background: #17211e;
}

.rezko-feature-card.is-dark {
  grid-column: span 2;
  min-height: 260px;
  background: #263c35;
}

.rezko-feature-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 28px;
  border-radius: 6px;
  color: #17211e;
  background: #e0b663;
  font-size: 22px;
}

.rezko-feature-card h3 {
  margin-bottom: 1rem;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.2;
}

.rezko-feature-card p {
  color: #64716b;
  line-height: 1.7;
}

.rezko-feature-card.is-large h3,
.rezko-feature-card.is-large p,
.rezko-feature-card.is-dark h3,
.rezko-feature-card.is-dark p {
  color: #fff;
}

.rezko-feature-card.is-large p,
.rezko-feature-card.is-dark p {
  color: rgba(255, 255, 255, .72);
}

.rezko-media-section,
.rezko-pricing-control {
  padding: 7em 0;
  background: #fffdfa;
}

.rezko-media-copy {
  max-width: 430px;
  margin-left: 46px;
}

.rezko-media-copy p {
  margin-bottom: 1.4rem;
}

.rezko-text-mark {
  display: inline-block;
  padding-top: 16px;
  border-top: 1px solid rgba(32, 44, 40, .18);
  color: #ba8e32;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rezko-media-board {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  overflow: hidden;
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 8px;
  background: #f6f4ee;
  box-shadow: 0 30px 80px -54px rgba(11, 20, 17, .72);
}

.rezko-media-photo {
  min-height: 430px;
  background-size: cover;
  background-position: center center;
}

.rezko-media-content {
  padding: 34px;
}

.rezko-apartment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
}

.rezko-apartment-head small {
  display: block;
  color: #79827c;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rezko-apartment-head strong {
  display: block;
  color: #17211e;
  font-size: 28px;
  font-weight: 900;
}

.rezko-apartment-head span {
  padding: 7px 11px;
  border-radius: 4px;
  color: #1c5d49;
  background: rgba(62, 143, 114, .12);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rezko-clean-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.rezko-clean-list li {
  display: flex;
  gap: .75rem;
  padding: 14px 0;
  border-top: 1px solid rgba(32, 44, 40, .1);
  color: #43504b;
  line-height: 1.45;
}

.rezko-clean-list i {
  margin-top: 4px;
  color: #3e8f72;
}

.rezko-clean-list.is-light li {
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .78);
}

.rezko-clean-list.is-light i {
  color: #e0b663;
}

.rezko-integrations {
  background: #eef0eb;
}

.rezko-centered-intro {
  max-width: 820px;
  margin: 0 auto 56px;
  text-align: center;
}

.rezko-centered-intro .rezko-section-label {
  justify-content: center;
}

.rezko-centered-intro h2 {
  margin-bottom: 1rem;
}

.rezko-centered-intro p {
  max-width: 620px;
  margin: 0 auto;
  color: #64716b;
  font-size: 18px;
  line-height: 1.7;
}

.rezko-sync-flow {
  display: grid;
  grid-template-columns: 1fr 70px 1fr 70px 1fr;
  align-items: stretch;
  gap: 0;
}

.rezko-sync-node {
  padding: 30px;
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 8px;
  background: #fffdfa;
}

.rezko-sync-node i {
  margin-bottom: 24px;
  color: #ba8e32;
  font-size: 34px;
}

.rezko-sync-node h3 {
  font-size: 23px;
  font-weight: 900;
}

.rezko-sync-node p {
  color: #64716b;
}

.rezko-sync-line {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e8f72;
  font-size: 25px;
}

.rezko-faq-section {
  background: #fffdfa;
}

.rezko-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.rezko-faq-card {
  padding: 28px;
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 8px;
  background: #f6f4ee;
}

.rezko-faq-card h3 {
  margin-bottom: 14px;
  color: #17211e;
  font-size: 21px;
  font-weight: 900;
  line-height: 1.25;
}

.rezko-faq-card p {
  margin-bottom: 0;
  color: #64716b;
  line-height: 1.7;
}

.rezko-pricing-control {
  background: #17211e;
}

.rezko-pricing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .62fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.rezko-price-title {
  max-width: 760px;
}

.rezko-price-title h2 {
  margin-bottom: 0;
}

.rezko-price-copy {
  padding-left: 26px;
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.rezko-price-copy p {
  margin-bottom: 0;
}

.rezko-pricing-control h2,
.rezko-pricing-control p {
  color: #fff;
}

.rezko-pricing-control p {
  color: rgba(255, 255, 255, .72);
}

.rezko-price-table {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
}

.rezko-price-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr .8fr;
  gap: 16px;
  padding: 21px 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .78);
}

.rezko-price-row:first-child {
  border-top: 0;
}

.rezko-price-row span:last-child {
  color: #e0b663;
  font-weight: 900;
}

.rezko-price-row.is-head {
  color: #fff;
  background: rgba(255, 255, 255, .07);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rezko-demo-section {
  padding: 7em 0;
  background: #233832;
}

.rezko-demo-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .72fr) minmax(280px, .82fr);
  gap: 42px;
  align-items: end;
  margin-bottom: 46px;
}

.rezko-demo-intro h2,
.rezko-demo-intro p {
  margin-bottom: 0;
}

.rezko-demo-intro .rezko-clean-list li:first-child {
  border-top: 0;
  padding-top: 0;
}

.rezko-demo-section h2 {
  color: #fff;
}

.rezko-demo-section p {
  color: rgba(255, 255, 255, .74);
}

.rezko-demo-form {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 34px 90px -58px rgba(0, 0, 0, .8);
}

.rezko-demo-form label {
  color: #17211e;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rezko-demo-form .form-control {
  min-height: 52px;
  border: 1px solid rgba(32, 44, 40, .15);
  border-radius: 4px;
  background: #f6f4ee;
  color: #17211e;
  box-shadow: none;
}

.rezko-demo-form textarea.form-control {
  min-height: 130px;
}

.rezko-demo-form .form-control:focus {
  border-color: #ba8e32;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(224, 182, 99, .18);
}

.rezko-contact-panel {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 34px 90px -58px rgba(0, 0, 0, .8);
}

.rezko-contact-label {
  display: block;
  margin-bottom: 18px;
  color: #ba8e32;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rezko-contact-panel h3 {
  margin-bottom: 16px;
  color: #17211e;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.15;
}

.rezko-contact-panel p {
  margin-bottom: 26px;
  color: #64716b;
  font-size: 18px;
  line-height: 1.7;
}

.rezko-contact-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.rezko-contact-links a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 16px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(32, 44, 40, .12);
  border-radius: 8px;
  background: #f6f4ee;
  color: #17211e;
}

.rezko-contact-links a:hover,
.rezko-contact-links a:focus {
  border-color: rgba(186, 142, 50, .45);
  color: #17211e;
  text-decoration: none;
}

.rezko-contact-links i {
  grid-row: span 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  background: #e0b663;
  color: #17211e;
  font-size: 22px;
}

.rezko-contact-links span {
  color: #64716b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.rezko-contact-links strong {
  min-width: 0;
  font-size: 20px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.rezko-footer {
  position: relative;
  background-color: #111917;
  background-image: url("../images/big_image_3.jpg");
}

.rezko-footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 21, .9);
}

.rezko-footer .container {
  position: relative;
  z-index: 2;
}

.rezko-footer h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.rezko-footer p,
.rezko-footer li {
  color: rgba(255, 255, 255, .62);
}

.rezko-footer a {
  color: rgba(255, 255, 255, .82);
}

.rezko-company-data {
  line-height: 1.9;
}

@media (max-width: 1199.98px) {
  .rezko-hero h1 {
    font-size: 50px;
  }

  .rezko-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rezko-feature-card.is-large,
  .rezko-feature-card.is-dark {
    grid-column: span 1;
    grid-row: span 1;
    min-height: 300px;
  }
}

@media (max-width: 991.98px) {
  .rezko-navbar {
    min-height: 78px;
    padding-top: .7rem !important;
    padding-bottom: .7rem !important;
    background: rgba(19, 29, 26, .96) !important;
  }

  header .navbar-brand.rezko-logo {
    max-width: 260px;
  }

  header .navbar-brand.rezko-logo .rezko-logo-mark {
    height: 52px;
  }

  header .navbar-brand.rezko-logo .rezko-logo-wordmark {
    height: 34px;
    max-width: 152px;
  }

  .rezko-navbar .rezko-nav-cta {
    display: inline-block;
    margin: .5rem 0 0;
  }

  .rezko-navbar .rezko-lang-switch {
    display: inline-block;
    margin: .5rem .5rem 0 0;
  }

  .rezko-navbar .rezko-lang-link {
    display: inline-block;
  }

  .rezko-hero {
    padding-top: 130px;
  }

  .rezko-dashboard {
    margin: 50px 0 0;
  }

  .rezko-hero-panel {
    margin: 44px 0 0;
  }

  .rezko-hero-modules {
    grid-template-columns: 1fr 1fr;
  }

  .rezko-intro-split,
  .rezko-pricing-layout,
  .rezko-demo-intro {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rezko-intro-copy,
  .rezko-price-copy {
    padding-left: 0;
    border-left: 0;
    padding-top: 18px;
    border-top: 1px solid rgba(32, 44, 40, .16);
  }

  .rezko-price-copy {
    border-top-color: rgba(255, 255, 255, .18);
  }

  .rezko-media-copy {
    max-width: none;
    margin-left: 0;
  }

  .rezko-strip {
    margin-top: 0;
  }

  .rezko-strip .container {
    border-radius: 0;
  }

  .rezko-media-board {
    grid-template-columns: 1fr;
  }

  .rezko-media-photo {
    min-height: 300px;
  }

  .rezko-sync-flow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rezko-faq-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rezko-sync-line {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .rezko-hero {
    min-height: auto;
    padding: 118px 0 60px;
  }

  .rezko-hero h1 {
    font-size: 38px;
  }

  .rezko-hero .lead {
    font-size: 18px;
  }

  .rezko-hero-panel-main,
  .rezko-channel-row,
  .rezko-hero-modules {
    grid-template-columns: 1fr;
  }

  .rezko-mini-calendar,
  .rezko-channel-row {
    grid-column: span 1;
  }

  .rezko-mini-calendar-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .rezko-hero-actions {
    display: grid;
  }

  .rezko-btn-primary,
  .rezko-btn-ghost {
    width: 100%;
  }

  .rezko-dashboard-grid,
  .rezko-feature-grid,
  .rezko-faq-grid {
    grid-template-columns: 1fr;
  }

  .rezko-calendar,
  .rezko-sync-card {
    grid-column: span 1;
  }

  .rezko-section h2,
  .rezko-media-section h2,
  .rezko-pricing-control h2,
  .rezko-demo-section h2 {
    font-size: 31px;
  }

  .rezko-feature-card,
  .rezko-feature-card.is-large,
  .rezko-feature-card.is-dark {
    min-height: auto;
  }

  .rezko-price-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .rezko-demo-form {
    padding: 24px;
  }

  .rezko-contact-panel {
    padding: 24px;
  }

  .rezko-contact-panel h3 {
    font-size: 26px;
  }

  .rezko-contact-links {
    grid-template-columns: 1fr;
  }
}
