/*
Theme Name: Inalp
Theme URI: http://www.brif.si/
Author: Brif
Author URI: http://www.brif.si/
Description: Brif
Version: 1.0
Text Domain: inalp
*/
@import url(css/bootstrap.min.css);
@import url(css/all.min.css);
@import url(css/owl.carousel.min.css);
@import url(css/owl.theme.default.min.css);
/*$primary: #37676E;*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000000;
  /* - Headings - */
  /*@media (min-width: 1200px) { 
      h1 {
          font-size: 4.375rem;
      }
      h2 {
          font-size: 3.125rem; 
      }
      h3 {
          font-size: 2rem;
      }
      h4 {
          font-size: 1.5rem;
      }
  }*/
  /* - Links - */
  /*- Buttons -*/
  /* - Header - */
  /* - Main - */
  /*- Footer -*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 25px !important;
  line-height: 1.1;
}
body h1 {
  font-size: 2rem;
}
body h2 {
  font-size: 1.5rem;
}
body h2 span {
  color: #C00015;
  font-size: 1rem;
  font-weight: 500;
}
body h2 u {
  color: #C00015 !important;
}
body h2.stroke {
  color: #ffffff;
  text-shadow: -1px -1px 0 #C00015, 1px -1px 0 #C00015, -1px 1px 0 #C00015, 1px 1px 0 #C00015;
}
body h3 {
  font-size: 1.25rem;
}
body h4 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  body h1 {
    font-size: 2.75rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h2 span {
    font-size: 1.25rem;
  }
  body h3 {
    font-size: 1.75rem;
  }
  body h4 {
    font-size: 1.25rem;
  }
}
body .bold {
  font-weight: bold;
}
body a {
  color: #000000;
  text-decoration: none;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
body a:hover, body a:active {
  color: #C00015;
  text-decoration: none;
}
body .btn {
  display: inline-block;
  font-weight: 400 !important;
  color: #C00015;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  border: 1px solid #C00015;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  border-radius: 10px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: none;
  position: relative;
}
body .btn:focus, body .btn:active, body .btn:hover {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}
body .btn-primary {
  background: #C00015 !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #C00015 !important;
  padding: 0.75rem 1.5rem !important;
  color: #ffffff !important;
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background: #000000 !important;
  border: 1px solid #000000 !important;
  color: #ffffff !important;
}
body .btn-blue {
  background: #194053 !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #194053 !important;
  padding: 0.75rem 1.5rem !important;
  color: #ffffff !important;
}
body .btn-blue:hover, body .btn-blue:active, body .btn-blue:focus {
  background: #C00015 !important;
  border: 1px solid #C00015 !important;
  color: #ffffff !important;
}
body header {
  background: #ffffff;
}
body header .navbar-brand img.logo {
  max-width: 120px;
  width: 100%;
}
@media (min-width: 768px) {
  body header .navbar-brand img.logo {
    max-width: 160px;
  }
}
body header .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
}
body header .navbar.navbar-light .navbar-nav .nav-item.no-click .nav-link {
  pointer-events: none;
  cursor: default;
}
body header .navbar.navbar-light .navbar-nav .nav-item.current-menu-ancestor .nav-link {
  color: #C00015;
  text-decoration: none;
}
body header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #000000;
  font-size: 1rem;
  margin-left: 0px;
}
body header .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, body header .navbar.navbar-light .navbar-nav .nav-item .nav-link:active, body header .navbar.navbar-light .navbar-nav .nav-item .nav-link:focus, body header .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #C00015;
  text-decoration: none;
}
@media (min-width: 768px) {
  body header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  body header .navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 1.75rem 0.5rem;
    margin-left: 25px;
  }
}
body header .navbar.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle:hover {
  transition: all 0.3s ease;
}
body header .navbar.navbar-light .navbar-nav .nav-item .nav-link.dropdown-toggle:hover .dropdown-menu {
  transform: translateY(0);
  opacity: 1;
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  border: 0px solid #000000;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  padding: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu {
    margin-left: 33px;
  }
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item {
  color: #000000;
  border-bottom: 1px solid #ffffff;
  padding: 10px;
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:hover, body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:active, body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-item:focus {
  color: #C00015;
  background: #E4E2E2;
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item.heading {
  /*pointer-events: none;
  cursor: default;*/
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item.heading a.dropdown-item {
  color: #000000;
  font-weight: bold;
}
body header .navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .nav-item.active .dropdown-item {
  color: #C00015;
}
body header .navbar.navbar-light .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
body header .navbar.navbar-light .navbar-nav .nav-item .animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
body header .navbar.navbar-light .navbar-nav .nav-item .slideIn {
  animation-name: slideIn;
}
body header .navbar-toggler {
  background: transparent;
  border: 0px solid transparent;
  padding: 0.25rem 0rem;
}
body header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
body header .navbar-toggler .material-symbols-outlined {
  font-size: 30px;
  line-height: 1.25;
  color: #000000;
}
body header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
body header .wpml-ls-legacy-list-horizontal ul li a {
  color: #000000;
}
body header .wpml-ls-legacy-list-horizontal ul li a:hover {
  color: #C00015;
}
body header .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  color: #C00015;
  font-weight: bold;
}
body header .modal.mobile-menu .modal-header {
  border-bottom: 0px solid #ffffff;
  padding: 0.7rem 0rem;
}
body header .modal.mobile-menu .modal-header .navbar-brand {
  padding: 0.5rem 0rem;
}
body header .modal.mobile-menu .modal-header .navbar-brand img.logo {
  max-width: 120px;
}
body header .modal.mobile-menu .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #ffffff;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
  color: #ffffff;
}
body header .modal.mobile-menu .modal-content a {
  color: #ffffff;
}
body header .modal.mobile-menu .modal-content ul.nav {
  margin-bottom: 25px;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.no-click .nav-link {
  pointer-events: none;
  cursor: default;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .nav-link {
  color: #000000;
  background: none;
  font-size: 20px;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .nav-link:hover {
  color: #C00015;
  background: none;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .nav-link.active {
  color: #C00015;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.current-menu-item .nav-link, body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.current-menu-ancestor .nav-link {
  color: #C00015;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown .dropdown-icon {
  display: block;
  position: absolute;
  padding: 15px;
  background: transparent;
  right: 0px;
  top: 7px;
  z-index: 100;
  pointer-events: all;
  cursor: pointer;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown .dropdown-icon:before {
  transition: all ease-in-out 0.2s;
  background: #C00015;
  height: 2px;
  width: 16px;
  top: 14px;
  left: 7px;
  content: "";
  position: absolute;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown .dropdown-icon:after {
  transition: all ease-in-out 0.2s;
  background: #C00015;
  content: "";
  height: 16px;
  left: 14px;
  position: absolute;
  top: 7px;
  width: 2px;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown.show .dropdown-icon:after {
  transform: rotate(-90deg);
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown.show .dropdown-icon:before {
  transform: rotate(-180deg);
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item.dropdown .dropdown .dropdown-toggle {
  z-index: 2;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu {
  position: relative !important;
  inset: none !important;
  margin: 0px !important;
  transform: none !important;
  background: transparent;
  border: none;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
  color: #000000;
  font-weight: 300;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover, body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item.active {
  color: #C00015;
  font-weight: bold;
  background: transparent;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .current-menu-item .dropdown-item {
  color: #C00015;
  font-weight: bold;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .nav-item.heading {
  pointer-events: none;
  cursor: default;
}
body header .modal.mobile-menu .modal-content ul.navbar-nav li.nav-item .dropdown-menu .nav-item.heading a.dropdown-item {
  color: #000000;
  font-weight: bold;
}
body header .modal.mobile-menu .modal-content .btn-close {
  box-sizing: content-box;
  width: 30px;
  height: 30px;
  color: #ffffff !important;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}
body header .modal.mobile-menu .modal-content .btn-close i {
  font-size: 30px;
  line-height: inherit;
}
body header .modal.mobile-menu .modal-content .btn-close .material-symbols-outlined {
  font-size: 30px;
  line-height: 1.25;
}
body header .modal.mobile-menu .modal-content .modalfade {
  animation: fadeIn 0.1s;
  -moz-animation: fadeIn 0.1s;
  -webkit-animation: fadeIn 0.1s;
  -o-animation: fadeIn 0.1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body header .modal.mobile-menu ul {
  list-style-type: none;
  margin-bottom: 0rem;
  padding-left: 0rem;
}
body header .modal.mobile-menu ul.languages li {
  display: block;
  padding: 10px 0px;
}
body header .modal.mobile-menu ul.languages li a {
  padding: 20px 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}
body header .modal.mobile-menu ul.languages li a:hover, body header .modal.mobile-menu ul.languages li a.active {
  background-color: #000000;
}
body header .modal.mobile-menu ul.languages li a span {
  line-height: 16px;
  color: #ffffff;
}
body header .modal.mobile-menu ul.languages li a img {
  vertical-align: baseline;
  width: 16px;
  height: 12px;
  margin-right: 10px;
}
body header .modal.mobile-menu ul.languages li a svg {
  fill: #ffffff;
  vertical-align: text-top;
  margin-right: 10px;
}
body header .modal .modal-content {
  background: #C00015;
  border: 0px solid rgba(0, 0, 0, 0.2);
}
body header .modal .modal-content .modal-header {
  border-bottom: 0px solid #C00015;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
body header .modal .modal-content .widget {
  margin-bottom: 20px;
}
body .modal-backdrop.show {
  z-index: 900;
}
body .modal-backdrop.show.fade {
  z-index: 1050;
}
body main {
  position: relative;
  background: #ffffff;
  /* - Vc - */
}
body main button.vc_btn3,
body main a.vc_btn3 {
  transition: all 0.5s ease-in-out !important;
}
body main button.vc_btn3.vc_btn3-shape-rounded,
body main a.vc_btn3.vc_btn3-shape-rounded {
  border-radius: 10px !important;
}
body main button.vc_btn3 .vc_btn3-icon,
body main a.vc_btn3 .vc_btn3-icon {
  right: 10px !important;
}
@media (min-width: 576px) {
  body main button.vc_btn3 .vc_btn3-icon,
  body main a.vc_btn3 .vc_btn3-icon {
    right: 25px !important;
  }
}
body main button.vc_btn3.vc_btn3-color-danger,
body main a.vc_btn3.vc_btn3-color-danger {
  color: #ffffff !important;
  background-color: #C00015 !important;
}
body main button.vc_btn3.vc_btn3-color-danger:hover, body main button.vc_btn3.vc_btn3-color-danger:active, body main button.vc_btn3.vc_btn3-color-danger:focus,
body main a.vc_btn3.vc_btn3-color-danger:hover,
body main a.vc_btn3.vc_btn3-color-danger:active,
body main a.vc_btn3.vc_btn3-color-danger:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body main button.vc_btn3.vc_btn3-color-white,
body main a.vc_btn3.vc_btn3-color-white {
  border: 1px solid #000000 !important;
  color: #000000 !important;
  background-color: #ffffff !important;
}
body main button.vc_btn3.vc_btn3-color-white:hover, body main button.vc_btn3.vc_btn3-color-white:active, body main button.vc_btn3.vc_btn3-color-white:focus,
body main a.vc_btn3.vc_btn3-color-white:hover,
body main a.vc_btn3.vc_btn3-color-white:active,
body main a.vc_btn3.vc_btn3-color-white:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
}
body main button.vc_btn3.vc_btn3-color-white .vc_btn3-icon,
body main a.vc_btn3.vc_btn3-color-white .vc_btn3-icon {
  color: #C00015;
}
body main .vc_btn3-inline .vc_btn3 {
  margin-right: 10px;
}
body main .front-header.vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
body main .front-header.vc_row .vc_column-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
body main .page-header {
  padding: 25px 25px;
  color: #ffffff;
}
body main .page-header h1 {
  color: #000000;
}
body main .page-header h1 span {
  color: #C00015;
}
body main .page-header h2 {
  color: #000000;
}
body main .main-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  padding: 15px 0px;
  color: #000000;
  min-height: 200px;
  position: relative;
  padding-bottom: 100px;
  padding-top: 50px;
  /* - Breadcrumbs - */
}
@media (min-width: 768px) {
  body main .main-header {
    min-height: 300px;
    padding: 25px 25px;
  }
}
@media (min-width: 992px) {
  body main .main-header {
    min-height: 500px;
    padding: 25px 25px;
  }
}
body main .main-header h1 {
  color: #000000;
  margin-bottom: 25px;
}
body main .main-header h1 span {
  color: #C00015;
}
body main .main-header .breadcrumbs-nav {
  height: auto;
  display: flex;
  align-items: center;
}
body main .main-header .breadcrumbs-nav ul#breadcrumbs {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
body main .main-header .breadcrumbs-nav ul#breadcrumbs li {
  display: inline-block;
}
body main .main-header .breadcrumbs-nav ul#breadcrumbs li.separator {
  margin: 0px 10px;
}
body main .content-middle {
  padding-top: 100px;
  background: #194053;
  color: #ffffff;
}
body main .content-middle.vc_row {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  body main .content-middle.vc_row {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
body main .content-middle.vc_row .vc_column-inner {
  /*margin-top: 100px;*/
}
body main .content-middle::before {
  content: "";
  display: block;
  height: 25vh;
  width: 100vw;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  background: url("/wp-content/themes/inalp/img/top-white-bg.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body main .content-middle::after {
  content: "";
  display: block;
  height: 25vh;
  width: 100vw;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0;
  background: url("/wp-content/themes/inalp/img/bottom-white-bg.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body main .content-middle-grey-white {
  padding-top: 100px;
  background: #194053;
  color: #ffffff;
}
body main .content-middle-grey-white.vc_row {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  body main .content-middle-grey-white.vc_row {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
body main .content-middle-grey-white.vc_row .vc_column-inner {
  /*margin-top: 100px;*/
}
body main .content-middle-grey-white::before {
  content: "";
  display: block;
  height: 25vh;
  width: 100vw;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  background: url("/wp-content/themes/inalp/img/top-grey-bg.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body main .content-middle-grey-white::after {
  content: "";
  display: block;
  height: 25vh;
  width: 100vw;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0;
  background: url("/wp-content/themes/inalp/img/bottom-white-bg.svg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
body main .content-bottom-grey {
  padding-top: 100px;
  background: #194053;
  color: #ffffff;
}
body main .content-bottom-grey.vc_row {
  padding-top: 200px;
  padding-bottom: 0px;
}
body main .content-bottom-grey.vc_row .vc_column-inner {
  /*margin-top: 100px;*/
}
body main .content-bottom-grey::before {
  content: "";
  display: block;
  height: 25vh;
  width: 100vw;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0;
  background: url("/wp-content/themes/inalp/img/top-grey-bg.svg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body main ul li {
  line-height: 28px;
}
body main .boxes.vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
body main .boxes .vc_row {
  padding-top: 0px;
  padding-bottom: 0px;
}
body main .boxes .box {
  margin-bottom: 25px;
}
body main .boxes .box .vc_column-inner {
  margin-top: 0px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: left;
  color: #000000;
  margin: 0px 15px;
}
body main .boxes .box .vc_column-inner > .wpb_wrapper {
  padding: 50px 0px;
  /*.wpb_wrapper {
      margin-bottom: 0px !important;
      p {
          margin-bottom: 50px;
      }
  }*/
}
body main .boxes .box .vc_column-inner > .wpb_wrapper img {
  margin-bottom: 25px;
  width: 200px;
  height: 200px;
}
body main .boxes .box .vc_column-inner > .wpb_wrapper h3 {
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
}
body main .boxes .box .vc_column-inner > .wpb_wrapper h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-size: 1rem;
}
body main .boxes .box .vc_column-inner > .wpb_wrapper p {
  margin-bottom: 25px;
}
body main .boxes .box.with-border {
  padding: 0px 15px;
}
body main .boxes .box.with-border .vc_column-inner {
  margin-top: 0px;
  border-radius: 10px;
  text-align: left;
  color: #000000;
  margin: 0px 0px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  padding: 0px;
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper {
  padding: 0px 0px;
  /*.wpb_wrapper {
      margin-bottom: 0px !important;
      p {
          margin-bottom: 50px;
      }
  }*/
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper .wpb_content_element,
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper .vc_btn3-container {
  padding: 0px 15px 15px 15px;
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper .wpb_content_element:first-of-type,
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper .vc_btn3-container:first-of-type {
  padding: 0px;
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper img {
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  /*width: 50px;
  height: 50px;*/
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper h3 {
  margin-bottom: 25px;
  text-align: center;
  color: #000000;
  font-size: 1.25rem;
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #5E5E5E;
  font-size: 1rem;
}
body main .boxes .box.with-border .vc_column-inner > .wpb_wrapper p {
  margin-bottom: 25px;
}
body main .boxes-with-icon .wpb_single_image img {
  width: 50px;
}
body main .vendors .box-wrapper {
  margin-bottom: 50px;
}
body main .vendors .box-wrapper .box {
  margin-top: 0px;
  border-radius: 10px;
  text-align: left;
  color: #000000;
  border: 1px solid #E4E2E2;
  padding: 0px 15px 15px 15px;
  margin-bottom: 25px;
}
body main .vendors .box-wrapper .box .featured-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
body main .vendors .box-wrapper .box .featured-image img {
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  max-width: 300px;
  /*width: 50px;
  height: 50px;*/
}
body main .vendors .box-wrapper .box h3 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.25rem;
}
body main .vendors .box-wrapper .box h4 {
  margin-bottom: 25px;
  color: #5E5E5E;
  font-size: 1rem;
}
body main .vendors .box-wrapper .box p {
  margin-bottom: 25px;
}
body main .vendors .box-wrapper .box .badges .badge {
  background-color: #ffffff !important;
  border: 1px solid #5E5E5E;
  color: #000000 !important;
  padding: 0.5rem 0.75rem !important;
  font-weight: normal !important;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 0.75rem !important;
}
body main .service h3 {
  margin-bottom: 20px;
}
body main .service h4 {
  color: #C00015;
  font-weight: normal;
  margin-bottom: 20px;
}
body main .timline {
  /* shadows */
  /*ul li .title::before,
  ul li .descr::before {
      content: "";
      position: absolute;
      width: 90%;
      height: 0.5rem;
      background: rgba(0, 0, 0, 0.5);
      left: 50%;
      border-radius: 50%;
      filter: blur(4px);
      transform: translate(-50%, 50%);
  }*/
}
body main .timline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 1px;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  -moz-column-gap: var(--col-gap);
       column-gap: var(--col-gap);
  list-style: none;
  width: 100%;
  margin-inline: auto;
  padding-left: 1rem;
  margin-bottom: 0px;
  /* line */
}
body main .timline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1/span 20;
  background: #5E5E5E;
  border-radius: calc(var(--line-w) / 2);
}
body main .timline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
body main .timline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}
body main .timline ul li .date {
  --dateH: 2rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  padding-inline: 1.5rem;
  color: #C00015;
  font-size: 1.25rem;
  font-weight: 500;
  display: grid;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
  /*&::before {
      content: "";
      width: var(--inlineP);
      aspect-ratio: 1;
      position: absolute;
      top: 100%;
      clip-path: polygon(0 0, 100% 0, 0 100%);
      right: 0;
  }*/
}
body main .timline ul li .date::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  aspect-ratio: 1;
  background: #5E5E5E;
  border: 0px solid #5E5E5E;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  z-index: 1;
}
body main .timline ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: #ffffff;
  border: 1px solid #5E5E5E;
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
body main .timline ul li .date-last {
  --dateH: 2rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  padding-inline: 1.5rem;
  color: #C00015;
  font-size: 1.25rem;
  font-weight: 500;
  display: grid;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
body main .timline ul li .date-last::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  aspect-ratio: 1;
  background: #5E5E5E;
  border: 0px solid #5E5E5E;
  border-radius: 50%;
  bottom: 0%;
  transform: translate(50%, 210%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
  z-index: 1;
}
body main .timline ul li .date-last::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: #ffffff;
  border: 1px solid #5E5E5E;
  border-radius: 50%;
  bottom: 0%;
  transform: translate(50%, 150%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
body main .timline ul li .title {
  overflow: hidden;
  padding-block-start: 1rem;
  padding-block-end: 1rem;
  font-weight: 700;
  position: relative;
}
body main .timline ul li .title h3 {
  margin-bottom: 0px !important;
}
body main .timline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}
body main .timline ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: normal;
  position: relative;
}
body main .timline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}
body main .timline ul li .image img {
  max-height: 200px;
  margin-bottom: 50px;
}
@media (min-width: 786px) {
  body main .timline {
    /*ul li:nth-child(odd) .image {

    }*/
    /* start second card */
  }
  body main .timline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
    padding-left: 0rem;
  }
  body main .timline ul::before {
    grid-column: 2;
  }
  body main .timline ul li:nth-child(odd) {
    grid-column: 1;
    text-align: right;
  }
  body main .timline ul li:nth-child(even) {
    grid-column: 3;
  }
  body main .timline ul li:nth-child(2) {
    grid-row: 2/4;
  }
  body main .timline ul li:nth-child(even) .date::before {
    z-index: 1;
  }
  body main .timline ul li:nth-child(odd) .date::before {
    right: -33px;
    z-index: 1;
  }
  body main .timline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  body main .timline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}
body main .vc_row {
  padding-top: 25px;
  padding-bottom: 25px;
}
body main .vc_row .wpb_text_column .wpb_wrapper {
  margin-bottom: 30px !important;
}
body main .vc_row .vc_column-inner {
  padding: 15px 15px;
}
@media (min-width: 992px) {
  body main .vc_row {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
body main .vc_row .wpb_button, body main .vc_row .wpb_content_element, body main .vc_row ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
body main .vc_row .button-group {
  margin: 25px 0px;
}
body main .vc_row .button-group .btn {
  margin-bottom: 25px;
}
body main .vc_row.bg-grey {
  background-color: #5E5E5E;
  color: #ffffff;
}
body main .vc_row.bg-grey h2, body main .vc_row.bg-grey h3, body main .vc_row.bg-grey h4 {
  color: #ffffff;
}
body main .vc_row.sub-navigation {
  background-color: #194053;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  body main .vc_row.sub-navigation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body main .vc_row.sub-navigation ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
body main .vc_row.sub-navigation ul li {
  display: inline-block;
  margin: 0px 15px;
}
body main .vc_row.sub-navigation ul li a {
  font-size: 1.25rem;
  color: #ffffff;
}
body main .vc_row.sub-navigation ul li a:hover {
  color: #C00015;
}
body main .vc_row.sub-navigation.light {
  background-color: #00AFAE;
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper {
    text-align: unset;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper img {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper img {
    margin-bottom: unset;
    width: 200px;
    height: auto;
  }
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li {
  display: inline-block;
  margin: 10px 15px;
}
@media (min-width: 453px) {
  body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li {
    margin: 0px 15px;
  }
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li a {
  font-size: 1.25rem;
  color: #ffffff;
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li a:hover {
  color: #000000;
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li a.btn-primary {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #194053 !important;
  box-shadow: none !important;
  font-weight: 600 !important;
}
body main .vc_row.sub-navigation.light .vc_column-inner .wpb_wrapper ul li a.btn-primary:hover {
  background-color: #194053 !important;
  border-color: #194053 !important;
  color: #ffffff !important;
}
body main .vc_separator {
  padding: 25px 0px;
}
body main .vc_separator.vc_sep_color_green .vc_sep_line {
  height: 1px;
  border-color: #000000 !important;
  display: block;
  position: relative;
  width: 100%;
}
body main .border-radius {
  border-radius: 10px;
}
body main article section {
  margin: 50px 0px;
}
body main .solutions .box {
  padding: 0px 15px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  body main .solutions .box {
    margin-bottom: 50px;
  }
}
body main .solutions .box img {
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
}
body main .solutions .box h3 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.25rem;
}
body main .solutions .box h4 {
  margin-bottom: 25px;
  color: #5E5E5E;
  font-size: 1rem;
}
body main .solutions .box p {
  margin-bottom: 25px;
}
body main .solutions .box .btn i {
  margin-right: 10px;
}
body main .selected-pages .box {
  background: #ffffff;
  border: 1px solid #BFC8CA;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  border-radius: 10px;
}
@media (min-width: 992px) {
  body main .selected-pages .box {
    margin-bottom: 50px;
  }
}
body main .selected-pages .box .excerpt {
  padding: 15px 15px 50px 15px;
  text-align: center;
}
body main .selected-pages .box img {
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
body main .selected-pages .box h3 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.25rem;
}
body main .selected-pages .box h4 {
  margin-bottom: 25px;
  color: #5E5E5E;
  font-size: 1rem;
}
body main .selected-pages .box p {
  margin-bottom: 25px;
}
body main .selected-pages .box .btn i {
  margin-right: 10px;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading {
  border-color: #E4E2E2;
  background-color: #ffffff;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title {
  margin-bottom: 0px !important;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a {
  padding: 1.5rem 1rem;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4.vc_tta-panel-title a .vc_tta-title-text {
  /*position: relative;
  &::before {
      content: url('/wp-content/uploads/2024/10/inalp-consistency.png');
      position: absolute;
      left:-50px;
      top:10px;
      height: 50px;
  }*/
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-color: #E4E2E2;
  background-color: #E4E2E2;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-panel-body {
  border-color: #E4E2E2;
  background-color: #E4E2E2;
}
body main .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-body .wpb_wrapper {
  margin-bottom: 0px !important;
}
body main .owl-carousel.solutions .item .box {
  padding: 0px 15px;
}
body main .owl-carousel.solutions .item .box img {
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
}
body main .owl-carousel.solutions .item .box h3 {
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.25rem;
}
body main .owl-carousel.solutions .item .box h4 {
  margin-bottom: 25px;
  color: #5E5E5E;
  font-size: 1rem;
}
body main .owl-carousel.solutions .item .box p {
  margin-bottom: 25px;
}
body main .owl-carousel.solutions .item .box .btn i {
  margin-right: 10px;
}
body main .owl-carousel .owl-dots {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
}
body main .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  margin: 3px 8px;
  background: transparent;
  border-radius: 20px;
  border: 2px solid #5E5E5E;
}
body main .owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 3px 3px;
  background: #E4E2E2;
  display: block;
  /*-webkit-backface-visibility: visible;*/
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
body main .owl-carousel .owl-dots .owl-dot.active span {
  width: 10px;
  height: 10px;
  margin: 3px 3px;
  background: #5E5E5E;
  display: block;
  /*-webkit-backface-visibility: visible;*/
  transition: opacity 0.2s ease;
  border-radius: 20px;
}
body main .owl-carousel .owl-nav {
  margin-top: 25px;
}
body main .owl-carousel .owl-nav .owl-prev {
  margin-right: 10px;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  border-radius: 25px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  text-transform: none;
  position: relative;
  background: transparent !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #5E5E5E !important;
  padding: 1rem 1.25rem !important;
  color: #C00015 !important;
}
body main .owl-carousel .owl-nav .owl-prev:focus, body main .owl-carousel .owl-nav .owl-prev:active, body main .owl-carousel .owl-nav .owl-prev:hover {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: #C00015 !important;
  border: 1px solid #C00015 !important;
  color: #ffffff !important;
}
body main .owl-carousel .owl-nav .owl-next {
  margin-left: 10px;
  font-weight: 400 !important;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.75rem 1rem !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  border-radius: 25px !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.16) !important;
  text-transform: none;
  position: relative;
  background: #ffffff !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #5E5E5E !important;
  padding: 1rem 1.25rem !important;
  color: #C00015 !important;
}
body main .owl-carousel .owl-nav .owl-next:focus, body main .owl-carousel .owl-nav .owl-next:active, body main .owl-carousel .owl-nav .owl-next:hover {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background: #C00015 !important;
  border: 1px solid #C00015 !important;
  color: #ffffff !important;
}
body form label {
  color: #000000;
}
body form .btn-primary {
  background: #D61921 !important;
  transition: all 0.5s ease-in-out !important;
  border: 1px solid #D61921 !important;
  padding: 0.75rem 1rem !important;
  color: #ffffff !important;
}
body form .btn-primary:hover, body form .btn-primary:active, body form .btn-primary:focus {
  background: #C00015 !important;
  border: 1px solid #C00015 !important;
  color: #ffffff !important;
}
body form .wpcf7-acceptance label {
  position: relative;
  margin: 0 !important;
  z-index: 1;
}
body form .wpcf7-acceptance label span {
  background: transparent;
  padding: 0px 0px;
}
body form .wpcf7-acceptance label span a {
  color: #C00015;
}
body form .form-control, body form .form-select {
  border: none;
  border-bottom: 1px solid #5E5E5E;
  padding: 0.75rem 0.75rem;
  color: #000000;
  margin-bottom: 25px;
  background: transparent;
  border-radius: 0px;
}
body form .form-control.wpcf7-not-valid, body form .form-select.wpcf7-not-valid {
  margin-bottom: 5px;
}
body form .form-control:focus, body form .form-select:focus {
  border-bottom: 1px solid #C00015;
  background: transparent;
  color: #000000;
}
body form .form-control::-moz-placeholder, body form .form-select::-moz-placeholder {
  color: #5E5E5E;
  opacity: 1; /* Firefox */
}
body form .form-control::placeholder, body form .form-select::placeholder {
  color: #5E5E5E;
  opacity: 1; /* Firefox */
}
body form .form-control::-ms-input-placeholder, body form .form-select::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5E5E5E;
}
body form .wpcf7-not-valid-tip {
  font-size: 13px !important;
  padding-left: 15px !important;
  color: #D61921 !important;
  margin-bottom: 10px;
}
body form .wpcf7-spinner {
  display: inline-block;
}
body form .wpcf7-list-item {
  margin-bottom: 25px;
  margin-left: 0px;
}
body form .wpcf7-list-item .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}
body form .wpcf7-list-item .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(16, 84, 46, 0.25) !important;
}
body #back-to-top {
  position: fixed;
  bottom: 80px;
  right: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #C00015;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  border-radius: 25%;
  z-index: 1000;
}
body #back-to-top .material-symbols-outlined {
  font-size: 30px;
  line-height: inherit;
  direction: ltr;
}
body #back-to-top:hover {
  background: #000000;
  color: #ffffff;
}
body #back-to-top.show {
  opacity: 1;
}
body footer {
  color: #ffffff;
  font-size: 0.875rem;
  background: #194053;
  padding-left: 15px;
  padding-right: 15px;
}
body footer .footer .footer-col {
  padding: 25px 15px;
}
body footer .footer .footer-col.dark {
  position: relative;
  background: #004F58;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  body footer .footer .footer-col.dark {
    transform: skewX(-20deg);
    justify-content: center;
  }
}
body footer .footer .footer-col.dark::before {
  background-color: #004F58;
  left: -999em;
  content: "";
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
@media (min-width: 992px) {
  body footer .footer .footer-col.dark > * {
    transform: skew(20deg);
  }
}
body footer .footer h3 {
  color: #ffffff;
  font-size: 1.25rem;
}
body footer .footer p {
  margin-bottom: 0rem;
}
body footer .footer a {
  color: #ffffff;
  text-decoration: underline;
}
body footer .footer a:hover {
  color: #C00015;
  text-decoration: none;
}
body footer .footer img.logo {
  max-width: 120px;
}
@media (min-width: 992px) {
  body footer .footer img.logo {
    margin-bottom: 0px;
  }
}
body footer .footer ul {
  margin-bottom: 0px;
}
body footer .footer ul.menu {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 0px;
}
body footer .footer ul.menu li {
  margin-left: 0px;
  margin-right: 25px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (min-width: 992px) {
  body footer .footer ul.menu li {
    margin-left: 25px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
body footer .footer ul.menu li a {
  color: #ffffff;
  text-decoration: none;
}
body footer .footer ul.menu li a:hover {
  color: #C00015;
}
body footer .footer ul.menu li.social {
  margin-right: 0px;
  margin-bottom: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
}
body footer .footer ul.menu li.social a {
  color: #000000;
  text-decoration: none;
}
body footer .footer ul.menu li.social a:hover {
  color: #C00015;
}
body footer .footer .copyright {
  color: #ffffff;
}

.wpml-ls-statics-footer, .otgs-development-site-front-end {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.app {
  display: block;
  margin: 0 auto;
  margin: 100px 0px;
  display: none;
}

.app-image {
  display: block;
  min-height: 350px;
  max-width: 900px;
  position: relative;
  margin: 0 auto;
}

.app-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.app-hotspot-section {
  position: absolute;
}

@media (min-width: 768px) {
  .app-hotspot-section {
    min-width: 200px;
  }
  .app-image img {
    display: block;
    width: 700px;
    min-height: 500px;
  }
  .powerkit .app-image img {
    display: block;
    width: 1024px;
    min-height: 100%;
  }
}
.app-hotspot-button {
  height: 50px;
  width: 50px;
  padding: 0px;
  border-radius: 100%;
  border: 1px solid #7f9ab2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
  display: block;
}

.app-hotspot-button::after {
  pointer-events: none;
  content: "+";
  display: block;
  height: 38px;
  width: 38px;
  border-radius: 100%;
  border: 3px solid transparent;
  background-color: #7f9ab2;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
}

.rotate.app-hotspot-button {
  border: 1px solid #b0e3e5;
}

.rotate.app-hotspot-button::after {
  transform: rotate(45deg);
  background-color: #b0e3e5;
}

.app-hotspot-title {
  display: none;
  font-weight: 400;
  color: #ffffff;
  text-transform: capitalize;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 1rem;
  font-size: 14px;
  line-height: 14px;
  border-radius: 5px;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.0016);
  color: #ffffff !important;
  background: #7f9ab2;
  border: 0px solid transparent;
  width: 180px;
  position: relative;
  cursor: pointer;
}

@media (min-width: 768px) {
  .app-hotspot-title {
    padding: 1rem 1.5rem;
    display: inline-block;
  }
}
.app-hotspot-wrapper {
  display: block;
  position: relative;
}

.app-hotspot-elements {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-grow: 3;
  justify-content: space-evenly;
}

.app-hotspot-elements .top {
  margin-bottom: auto;
}

.app-hotspot-content {
  background-color: #ffffff;
  color: #293330;
  border: 1px solid #8fd7d8;
  font-size: 14px;
  border-radius: 20px;
  width: 200px;
  min-height: 100px;
  height: auto;
  margin-top: 25px;
  margin-left: -75px;
  padding: 30px 20px 10px 20px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}

.app-hotspot-content p {
  margin-bottom: 0px;
}

.app-hotspot-content.active {
  opacity: 1;
}

.app-hotspot-content a, #app.modal .modal-body a {
  color: #FF3946;
}

.app-hotspot-content a:hover, #app.modal .modal-body a:hover {
  color: #b0e3e5;
}

.app-hotspot-content {
  display: block;
}

.app-zindex {
  z-index: 1000;
}

.app-hotspot-line {
  background: #7f9ab2;
  height: 1px;
  width: 50px;
  margin: 0px 20px;
  display: none;
}

@media (min-width: 768px) {
  .app-hotspot-line {
    width: 50px;
    display: block;
  }
}
@media (min-width: 992px) {
  .app-hotspot-line {
    width: 120px;
  }
}
@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/* - PowerKit - */
.powerkit.app {
  display: block;
  margin: 0 auto;
  margin: 50px 0px;
}

.powerkit .app-image {
  display: block;
  min-height: 200px;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}

.powerkit .app-hotspot-elements {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-grow: 3;
  justify-content: space-evenly;
  top: 0px;
}

.powerkit .app-hotspot-content {
  margin-top: 60px;
  padding: 10px 20px 10px 20px;
  position: static;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  display: none;
}

.powerkit .app-hotspot-content {
  display: block;
}

.powerkit .app-hotspot-content ul {
  padding-left: 1rem;
}

.powerkit .app-hotspot-content.active {
  opacity: 1;
}

.powerkit .app-hotspot-content h4 {
  font-size: 16px;
  color: #003462;
  font-weight: bold;
  border-bottom: 1px solid #EBEBEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.powerkit .app-hotspot-section.hs1 .app-hotspot-content {
  width: 300px;
  margin-left: -50px;
}

.powerkit .app-hotspot-section.hs2 .app-hotspot-content {
  width: 300px;
  margin-left: -125px;
}

.powerkit .app-hotspot-section.hs3 .app-hotspot-content {
  width: 300px;
  margin-left: -200px;
}

.powerkit .app-hotspot-content {
  width: 200px;
  min-height: 100px;
  height: auto;
  margin-left: -75px;
}

@media (min-width: 768px) {
  .powerkit .app-hotspot-content {
    width: 350px;
    min-height: 100px;
    height: auto;
    margin-left: -150px;
  }
  .powerkit .app-hotspot-section.hs1 .app-hotspot-content, .powerkit .app-hotspot-section.hs2 .app-hotspot-content, .powerkit .app-hotspot-section.hs3 .app-hotspot-content {
    width: 350px;
    min-height: 100px;
    height: auto;
    margin-left: -150px;
  }
}
@media (min-width: 768px) {
  .powerkit .app-image {
    min-height: 350px;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}
.powerkit .app-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-top: 0px;
}

.powerkit .app-hotspot-section.hs1 {
  top: 90px;
  left: 17%;
}

.powerkit .app-hotspot-section.hs2 {
  top: 30px;
  left: 45%;
}

.powerkit .app-hotspot-section.hs3 {
  top: 90px;
  left: 70%;
}

@media (min-width: 567px) {
  .powerkit .app-hotspot-section.hs1 {
    top: 220px;
    left: 14%;
  }
  .powerkit .app-hotspot-section.hs2 {
    top: 270px;
    left: 46%;
  }
  .powerkit .app-hotspot-section.hs3 {
    top: 220px;
    left: 80%;
  }
}
@media (min-width: 768px) {
  .powerkit .app-hotspot-section.hs1 {
    top: 350px;
    left: 14%;
  }
  .powerkit .app-hotspot-section.hs2 {
    top: 400px;
    left: 50%;
  }
  .powerkit .app-hotspot-section.hs3 {
    top: 350px;
    left: 79%;
  }
}
@media (min-width: 992px) {
  .powerkit .app-hotspot-section.hs1 {
    top: 250px;
    left: 16%;
  }
  .powerkit .app-hotspot-section.hs2 {
    top: 200px;
    left: 52%;
  }
  .powerkit .app-hotspot-section.hs3 {
    top: 250px;
    left: 82%;
  }
}
@media (min-width: 1200px) {
  .powerkit .app-hotspot-section.hs1 {
    top: 200px;
    left: 14%;
  }
  .powerkit .app-hotspot-section.hs2 {
    top: 200px;
    left: 48%;
  }
  .powerkit .app-hotspot-section.hs3 {
    top: 200px;
    left: 85%;
  }
}/*# sourceMappingURL=style.css.map */