/*
Template Name: Peyso - Bootstrap 5 Landing Page Template
Author: Themesdesign
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Navbar
4.Hero section
5.About
6.Features
7.Testimonial
8.Pricing
9.Contact
10.Footer
11.Responsive
12.Authentication
********************************/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;600;700&display=swap");
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype"), url("../fonts/BebasNeue-Regular.eot") format("eot"), url("../fonts/BebasNeue-Regular.ttf") format("ttf"), url("../fonts/BebasNeue-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 0.9rem;
  color: #343a40;
  font-family: "Nunito Sans", sans-serif;
}

html {
  scroll-padding-top: 58px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #37517E;
  font-family: "Bebas Neue", sans-serif;
  /*font-family: $font-family-robotoslab; index.hr font */
  margin: 0;
}

h3 {
  font-size: 20px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
}
.b2b-section {
  padding: 100px 40px;
}

@media (min-width: 768px) {
  .b2b-section {
    padding: 100px 20px;
  }
}
h2.banner-headline {
  font-size: 70px;
}

.extra-large-headline {
  font-size: 100px;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .extra-large-headline {
    font-size: 50px;
    padding: 50px 0;
  }
}
h5 {
  color: #37517E;
}

a {
  text-decoration: none !important;
  outline: none;
  color: #37517E;
}

p {
  line-height: 1.6;
  font-size: 15px;
}

label {
  text-transform: uppercase;
  color: #37517E !important;
  font-size: 12px;
}

hr {
  opacity: 0.1 !important;
}

.row > * {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.clear {
  clear: both;
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}
@media (max-width: 1420px) {
  .hide-tablet {
    display: none;
  }
}
.custom-tooltip {
  color: #37517E;
  text-align: left;
}

#maps {
  width: 100%;
  height: 600px;
}

.debug-wrapper {
  z-index: 1000;
  position: fixed;
  width: 100%;
}

.debug-wrapper .alert.alert-dark {
  opacity: 0.95;
  margin-bottom: 0;
}

.bg-primary {
  background-color: #37517E !important;
}

.bg-soft-primary {
  background-color: rgba(55, 81, 126, 0.1) !important;
}

.text-primary {
  color: #37517E !important;
}

.uim-icon-primary .uim-svg {
  fill: #37517E !important;
}

.bg-success {
  background-color: #31D7A9 !important;
}

.bg-soft-success {
  background-color: rgba(49, 215, 169, 0.1) !important;
}

.text-success {
  color: #31D7A9 !important;
}

.uim-icon-success .uim-svg {
  fill: #31D7A9 !important;
}

.bg-info {
  background-color: #00B4D8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.text-info {
  color: #00B4D8 !important;
}

.uim-icon-info .uim-svg {
  fill: #00B4D8 !important;
}

.bg-warning {
  background-color: #ffc33b !important;
}

.bg-soft-warning {
  background-color: rgba(255, 195, 59, 0.1) !important;
}

.text-warning {
  color: #ffc33b !important;
}

.uim-icon-warning .uim-svg {
  fill: #ffc33b !important;
}

.bg-danger {
  background-color: #D1495B !important;
}

.bg-soft-danger {
  background-color: rgba(209, 73, 91, 0.1) !important;
}

.text-danger {
  color: #D1495B !important;
}

.uim-icon-danger .uim-svg {
  fill: #D1495B !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

.bg-soft-dark {
  background-color: rgba(52, 58, 64, 0.1) !important;
}

.text-dark {
  color: #343a40 !important;
}

.uim-icon-dark .uim-svg {
  fill: #343a40 !important;
}

.bg-muted {
  background-color: #cbcbd5 !important;
}

.bg-soft-muted {
  background-color: rgba(203, 203, 213, 0.1) !important;
}

.text-muted {
  color: #cbcbd5 !important;
}

.uim-icon-muted .uim-svg {
  fill: #cbcbd5 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.bg-light {
  background-color: #f6faff !important;
}

.bg-soft-light {
  background-color: rgba(246, 250, 255, 0.1) !important;
}

.text-light {
  color: #f6faff !important;
}

.uim-icon-light .uim-svg {
  fill: #f6faff !important;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-soft-black {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

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

.uim-icon-black .uim-svg {
  fill: #000000 !important;
}

.form-check:focus {
  outline: none;
}
.form-check .form-check-input {
  box-shadow: none;
}
.form-check .form-check-input:checked {
  background-color: #37517E;
  border-color: #37517E;
}
.form-check .form-check-input:checked:focus {
  box-shadow: none !important;
}

.card {
  border: none;
  box-shadow: 0 8px 35px 0 rgba(69, 61, 80, 0.05);
  border-radius: 7px;
  margin-bottom: 30px;
}

.section {
  position: relative;
  padding: 100px 0 100px;
}

.title p {
  letter-spacing: 2px;
}
.title .title-icon {
  position: relative;
}
.title .title-icon::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  background: #e9ecef;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}

.text-body {
  color: #343a40 !important;
}

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

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.fw-semibold {
  font-weight: 600 !important;
}

.avatar-sm {
  height: 16px;
  width: 16px;
}

.avatar-md {
  height: 32px;
  width: 32px;
}

.avatar-lg {
  height: 40px;
  width: 40px;
}

.uim-svg {
  fill: #37517E !important;
}
.uim-svg svg {
  width: 24px;
  height: 24px;
  vertical-align: inherit;
}

.icons-sm svg {
  height: 18px;
  width: 18px;
}

.icons-md svg {
  height: 32px;
  width: 32px;
}

.icons-lg svg {
  height: 40px;
  width: 40px;
}

.icons-xl svg {
  height: 48px;
  width: 48px;
}

.box-shadow {
  box-shadow: 0 8px 35px 0 rgba(69, 61, 80, 0.05);
}

.avatar-title {
  align-items: center;
  background-color: #37517E;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  justify-content: center;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #343a40;
}

.form-control::placeholder {
  color: #cbcbd5;
}

label {
  color: #343a40;
  font-weight: 600;
}

@media (max-width: 768px) {
  .section {
    padding: 100px 20px;
  }
}
.btn {
  font-size: 0.9rem;
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.4s;
  border-radius: 7px;
}
.btn:hover, .btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: 0.4rem 0.8rem;
  font-size: 13px;
}

.btn-light {
  color: #343a40 !important;
}

.bg-gray {
  background-color: #EFEFEF;
}

.btn-primary {
  color: #ffffff;
  background: #37517E;
  border-color: #37517E;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background: #314870;
  border-color: #314870;
  color: #ffffff;
}

.btn-outline-primary {
  color: #37517E;
  border-color: #37517E;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  background: #314870 !important;
  border-color: #314870 !important;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #31D7A9;
  border-color: #31D7A9;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  background: #28cc9e;
  border-color: #28cc9e;
  color: #ffffff;
}

.btn-outline-success {
  color: #31D7A9;
  border-color: #31D7A9;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active {
  background: #28cc9e !important;
  border-color: #28cc9e !important;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #00B4D8;
  border-color: #00B4D8;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  background: #00a3c4;
  border-color: #00a3c4;
  color: #ffffff;
}

.btn-outline-info {
  color: #00B4D8;
  border-color: #00B4D8;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active {
  background: #00a3c4 !important;
  border-color: #00a3c4 !important;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffc33b;
  border-color: #ffc33b;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  background: #ffbd27;
  border-color: #ffbd27;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffc33b;
  border-color: #ffc33b;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active {
  background: #ffbd27 !important;
  border-color: #ffbd27 !important;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #D1495B;
  border-color: #D1495B;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  background: #cd394c;
  border-color: #cd394c;
  color: #ffffff;
}

.btn-outline-danger {
  color: #D1495B;
  border-color: #D1495B;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active {
  background: #cd394c !important;
  border-color: #cd394c !important;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #343a40;
  border-color: #343a40;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
  background: #2b3035;
  border-color: #2b3035;
  color: #ffffff;
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active {
  background: #2b3035 !important;
  border-color: #2b3035 !important;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #cbcbd5;
  border-color: #cbcbd5;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active {
  background: #c0c0cc;
  border-color: #c0c0cc;
  color: #ffffff;
}

.btn-outline-muted {
  color: #cbcbd5;
  border-color: #cbcbd5;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active {
  background: #c0c0cc !important;
  border-color: #c0c0cc !important;
  color: #ffffff;
}

.btn-white {
  color: #ffffff;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active {
  background: whitesmoke;
  border-color: whitesmoke;
  color: #ffffff;
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active {
  background: whitesmoke !important;
  border-color: whitesmoke !important;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f6faff;
  border-color: #f6faff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active {
  background: #e2efff;
  border-color: #e2efff;
  color: #ffffff;
}

.btn-outline-light {
  color: #f6faff;
  border-color: #f6faff;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
  background: #e2efff !important;
  border-color: #e2efff !important;
  color: #ffffff;
}

.btn-black {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.btn-black:hover, .btn-black:focus, .btn-black:active, .btn-black.active {
  background: black;
  border-color: black;
  color: #ffffff;
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover, .btn-outline-black:focus, .btn-outline-black:active, .btn-outline-black.active {
  background: black !important;
  border-color: black !important;
  color: #ffffff;
}

/* Custom styles */
.background-primary {
  background-color: #37517E;
}

.background-primary h2 {
  color: #ffffff;
}

.not-allowed {
  cursor: not-allowed !important;
}

@media (max-width: 768px) {
  .find-out {
    margin-bottom: 10px;
  }
}
.navbar {
  padding: 20px 0;
  width: 100%;
  z-index: 999;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.navbar .logo {
  cursor: pointer;
}
.navbar .logo .logo-dark {
  display: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
  background-color: transparent !important;
  padding: 6px 10px;
  margin: 0 7px;
  font-weight: 600;
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link:focus, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.navbar .navbar-btn {
  margin-left: 10px;
  border-color: transparent;
  box-shadow: none;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0;
  color: #ffffff;
  border: none;
  padding: 0 !important;
}
.navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0;
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 0 8px 35px 0 rgba(69, 61, 80, 0.05);
}
.nav-sticky.navbar .logo .logo-dark {
  display: block;
}
.nav-sticky.navbar .logo .logo-light {
  display: none;
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:active, .nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus, .nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #37517E;
}

.navbar-light {
  background-color: #ffffff;
  box-shadow: 0 8px 35px 0 rgba(69, 61, 80, 0.05);
}
.navbar-light .logo .logo-dark {
  display: inline-block;
}
.navbar-light .logo .logo-light {
  display: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(52, 58, 64, 0.8);
}
.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link:focus, .navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #37517E;
}

@media (max-width: 991px) {
  .navbar {
    margin-top: 0;
    padding: 10px 0 !important;
    background-color: #ffffff !important;
    box-shadow: 0 10px 33px -14px rgba(0, 0, 0, 0.1);
  }
  .navbar .logo .logo-dark {
    display: block;
  }
  .navbar .logo .logo-light {
    display: none;
  }
  .navbar .navbar-nav .nav-item .nav-link {
    transition: all 0.3s;
    margin: 0;
    padding: 6px 0;
    color: rgba(52, 58, 64, 0.9);
  }
  .navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
    color: #37517E;
  }
  .navbar .navbar-btn {
    margin-left: 0;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 !important;
    color: rgba(52, 58, 64, 0.9);
  }
}
@media (max-width: 768px) {
  .navbar .logo {
    margin-bottom: 5px;
  }
}
#wrap-search {
  width: 100%;
}

@media (min-width: 768px) {
  #wrap-search {
    width: 400px;
    margin: auto;
  }
}
@keyframes slide_img {
  0% {
    transform: translateX(0) translateZ(0);
  }
  50% {
    transform: translateX(-25%) translateZ(0);
  }
  100% {
    transform: translateX(-50%) translateZ(0);
  }
}
.home-small-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-2 {
  padding: 240px 0 200px;
}
.hero-2 .hero-2-content {
  position: relative !important;
  z-index: 1 !important;
}
.hero-2 .hero-2-content .hero-2-title {
  font-size: 50px;
}
.hero-2 .hero-2-overlay {
  background-image: url("../img/hero-2-bottom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.hero-2 .hero-2-title {
  font-size: 50px;
}

.centered-image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-2-content p {
  font-size: 22px;
}

@media (max-width: 768px) {
  .hero-2 {
    padding: 110px 0 90px;
  }
  .hero-2 .hero-2-title {
    font-size: 30px !important;
  }
  .hero-2-content {
    padding-top: 50px;
  }
}
@media (max-width: 576px) {
  .hero-2 {
    padding: 100px 0 0;
  }
  .hero-2 .hero-2-title {
    font-size: 36px !important;
  }
}
.about-desc-list li {
  padding: 4px 0;
}

.features-img img {
  transform: perspective(550px) rotateX(2deg) rotateY(10deg);
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
.tns-outer .tns-controls button {
  margin: 0 0 0 5px;
  border-radius: 50%;
  border: none;
  background-color: rgba(55, 81, 126, 0.2) !important;
  color: #37517E;
  transition: all 0.3s;
  font-size: 18px;
}
.tns-outer .tns-controls button:focus, .tns-outer .tns-controls button:hover, .tns-outer .tns-controls button:active {
  outline: none;
  background-color: #37517E !important;
  color: #ffffff;
}
.tns-outer .tns-controls button.active button {
  background-color: #344c77 !important;
}
.tns-outer .tns-controls:focus {
  outline: none !important;
}
.tns-outer .tns-nav {
  text-align: center;
  margin-top: 16px;
}
.tns-outer .tns-nav button {
  width: 10px !important;
  height: 10px !important;
  border: none;
  background-color: rgba(55, 81, 126, 0.2) !important;
  padding: 0;
  margin: 0 6px;
  border-radius: 50%;
}
.tns-outer .tns-nav button:focus, .tns-outer .tns-nav button:hover, .tns-outer .tns-nav button:active, .tns-outer .tns-nav button.active {
  outline: none;
  background-color: #37517E !important;
}
.tns-outer .tns-nav button.tns-nav-active {
  background-color: #37517E !important;
}

.client-images img {
  max-height: 94px;
  width: auto !important;
  margin: 10px auto;
  opacity: 0.7;
  transition: all 0.5s;
}
.client-images img:hover {
  opacity: 1;
}

.plan-box {
  max-width: 350px;
  margin: 0 auto 30px;
}

.contact-section-card {
  position: relative;
  top: -90px;
}

.form-control {
  font-size: 0.9rem;
  border-color: #dee2e6;
  height: 42px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #cbcbd5;
}

.error {
  margin: 8px 0;
  display: none;
  color: #D1495B;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0;
}

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #D1495B;
  background-color: rgba(209, 73, 91, 0.1);
  border-color: rgba(209, 73, 91, 0.1);
  border-radius: 5px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}
#success_page h3 {
  color: #31D7A9;
  font-size: 22px;
}

#gdpr-box {
  width: 290px;
  max-width: 100%;
  position: fixed;
  z-index: 3000;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 0 8px #ddd;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
}

#gdpr-box button {
  width: 100%;
}

#allowCookie {
  margin-bottom: 10px !important;
}

.footer-alt {
  background-color: #2f353a;
}
.footer-alt .footer-list-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 100%;
  margin: 20px 0;
  font-size: 14px;
  /*margin: auto;
  padding: 0;
  display: inline-block;
  border: solid 1px red;
  width: 100%;

  li {
  	float: left;
  	a {
  		font-size: 12px;
  		color: rgba($white, 0.5);
  		transition: all 0.4s;
  		&:hover {
  			color: rgba($white, 0.9);
  		}
  	}
  }

  li:last-child {
  	float: right;
  }*/
}
.footer-alt .footer-list-menu li {
  list-style: none;
}
@media (min-width: 760px) {
  .footer-alt .footer-list-menu {
    margin: 0;
    gap: 1em;
    justify-content: normal;
    float: right;
    /*			li {
    				list-style: none;
    			}*/
  }
}
.footer-alt .social-icons-list li {
  margin-bottom: 0.5rem;
}
.footer-alt .social-icons-list li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #343a40;
  transition: all 0.4s;
  background-color: #f6faff;
  border-radius: 50%;
}
.footer-alt .social-icons-list li a:hover {
  background-color: #37517E;
  color: #ffffff;
}

.by-intuitive {
  text-align: center;
}

@media (max-width: 768px) {
  .by-intuitive {
    text-align: center;
  }
}
#footer-logo {
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #footer-logo {
    height: 20px;
    margin: 0;
  }
}
.authentication-page {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 576px) {
  .authentication-page {
    height: auto;
  }
}

#feedback i.action-icons {
  margin-right: 10px;
}

#feedback i.action-icons:first-child {
  margin-left: 10px;
}

#facility-details {
  margin-top: 115px;
}

@media (min-width: 992px) {
  #facility-details {
    margin-top: 70px;
  }
}
@media (min-width: 992px) {
  #facility-details {
    margin-top: 83px;
  }
}
#facility-details > row {
  width: 100.62%;
}

.column-without-padding-margin {
  margin: 0;
  padding: 0;
}

.owl-carousel-wrapper {
  width: 100%;
  box-sizing: border-box;
}

.owl-nav,
.owl-dots {
  display: none;
}

@media (min-width: 768px) {
  .owl-carousel-wrapper {
    height: 400px;
  }
}
.basic-informations-wrapper {
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .owl-carousel-wrapper,
  .basic-informations-wrapper {
    height: 550px;
  }
}
.owl-carousel-wrapper {
  overflow: hidden;
}

.basic-facility-informations {
  margin: 20px 0;
}

.basic-facility-informations td {
  color: #aaa;
  height: auto;
  vertical-align: middle;
  width: 100%;
  padding: 40px;
  font-size: 22px;
  display: block;
}

.basic-facility-informations span.label {
  margin-bottom: 10px;
}

.basic-facility-informations td .fa:first-child {
  font-size: 46px;
  color: #aaa !important;
  margin-bottom: 10px;
}

.basic-facility-informations td i,
.basic-facility-informations td span {
  display: block !important;
}

.basic-facility-informations .mdi {
  font-size: 60px;
  line-height: 1em;
  margin-top: -8px;
}

span.value,
.basic-facility-informations .fa-check-circle,
.basic-facility-informations .fa-times-circle {
  line-height: 1.4em;
  font-weight: 100;
}

@media (min-width: 768px) {
  .basic-facility-informations td {
    color: #999;
    height: 180px;
    vertical-align: middle;
    width: 33.33%;
    padding: 0;
    display: table-cell;
    font-size: 16px;
  }
  .basic-facility-informations td .fa:first-child {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .basic-facility-informations .mdi {
    font-size: 60px;
    line-height: 1em;
    margin-top: -13px;
  }
  span.value,
  .basic-facility-informations .fa-check-circle,
  .basic-facility-informations .fa-times-circle {
    font-size: 16px;
    line-height: 2em;
    font-weight: 100;
  }
}
/*@media (min-width: 1280px) {

}*/
.chessfield-grey {
  background: #efefef !important;
}

.chessfield-white {
  background: #fff !important;
}

.address {
  text-transform: uppercase;
  color: #999;
  font-weight: 100 !important;
}

.cages tr td:nth-child(2) {
  text-align: right;
}

.row-times .btn {
  height: 60px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 26px;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 5px 5px 0;
}

@media (min-width: 430px) {
  .row-times .btn {
    padding: 6px 33px;
  }
}
@media (min-width: 768px) {
  .row-times .btn {
    padding: 6px 30px;
  }
}
.btn.btn-muted:active,
.btn.btn-muted:focus,
.btn.btn-muted:hover {
  background: #cbcbd5 !important;
  border-color: #cbcbd5 !important;
}

#order .alert-info ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.alert > a {
  text-decoration: underline !important;
}

.owl-carousel img,
.card-header img,
.image-placeholder {
  width: 100%;
}

@media (min-width: 768px) {
  .card-header img {
    height: auto;
  }
}
.image-placeholder {
  height: 200px;
  background-color: #efefef;
  background-image: url("../img/gray.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
}

.image-placeholder-lg {
  height: 100%;
  background-color: #efefef;
  background-image: url("../img/gray.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px;
}

@media (max-width: 1280px) {
  .image-placeholder-lg {
    height: 450px;
  }
}
@keyframes moveRight {
  0% {
    transform: translateX(0);
    color: #31D7A9;
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
    color: #31D7A9;
  }
  50% {
    transform: rotate(360deg);
    color: #2b3f62;
  }
  100% {
    transform: rotate(0);
    color: #31D7A9;
  }
}
@keyframes changeColor {
  0% {
    color: #31D7A9;
  }
  50% {
    color: #2b3f62;
  }
  100% {
    color: #31D7A9;
  }
}
@keyframes blinking {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.soccer-wrapper {
  animation: moveRight 3s infinite linear;
  font-size: 16px;
  margin-left: 10px;
}

.soccer {
  animation: rotate 3s infinite linear;
}

.loader p {
  animation: changeColor 3s infinite linear;
}

.timer {
  font-size: 30px;
  display: block;
  padding-left: 10px;
  width: 250px;
  float: left;
  animation: blinking 2s infinite linear;
  color: #31D7A9;
}

.float-end-md {
  float: none;
}

@media (min-width: 768px) {
  .float-end-md {
    float: right;
  }
}

/*body div.datepicker {
	margin-top: 83px !important;
}*/

.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #eee !important;
  color: #5a8dee !important;
}

.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #5a8dee !important;
  background: #f2f6fe !important;
}

.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #d6e2fc !important;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(242, 246, 254, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

.datepicker table tr td.today:not(.active) {
  border: 1px solid #5a8dee;
}

.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #5a8dee;
}

.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #5a8dee;
  border-color: #5a8dee;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover,
.datepicker table tr td.new,
.datepicker table tr td.new:hover {
  color: #ccc;
}

.datepicker-switch {
  font-family: "Nunito Sans", sans-serif !important;
}

.datepicker .day {
  font-size: 14px;
}

.datepicker .day.active {
  text-decoration: underline;
}

.cage-cards {
  perspective: 1000px;
}

.cage-cards .card {
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1.5s;
}

.cage-cards .card.flip {
  transform: rotateY(180deg);
}

.cage-cards .card .card-back {
  position: absolute;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  transform: rotateY(180deg);
  background-image: url("../img/gray.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 150px;
}

#search {
  color: #31D7A9;
  width: 100%;
  font-size: 16px;
}

#terms ul {
  margin-bottom: 40px;
}
#terms li {
  color: #6c757d;
  margin-bottom: 20px;
}

#privacy ul {
  margin-bottom: 40px;
}
#privacy p {
  color: #6c757d;
  margin-bottom: 20px;
}

#acquisition .left-side {
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: url("../img/ai/image21.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#acquisition #inner-wrapper {
  padding: 5% 40px;
}
@media (min-width: 768px) {
  #acquisition #inner-wrapper {
    padding: 10% 20px;
  }
}
@media (min-width: 1200px) {
  #acquisition #inner-wrapper {
    padding: 20% 20px;
  }
}
@media (min-width: 1400px) {
  #acquisition #inner-wrapper {
    padding: 14% 40px;
  }
}
@media (min-width: 1600px) {
  #acquisition #inner-wrapper {
    padding: 19% 40px;
  }
}

.fa-star {
	color: yellow;
	-webkit-text-stroke: 2px gold;
}

/*# sourceMappingURL=style.css.map */
