@import url(https://fonts.googleapis.com/css?family=Montserrat&display=swap);.thumbnail > span,
.thumbnail > a {
  height: auto;
}

.header .logo {
  width: 11rem;
}

.logo-inner {
  padding: 10px;
}

@media (max-width: 991.98px) {
  .section-block {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}

.loader-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  border: 1px solid currentcolor;
  border-radius: 3px;
  font-size: 30px;
  padding: 1em;
  position: relative;
  margin-bottom: 0.25em;
  vertical-align: top;
  transition: 0.3s color, 0.3s border, 0.3s transform, 0.3s opacity;
}

.loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

[class*=loader-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}

.loader-05 {
  border: 0.2em solid transparent;
  border-top-color: white;
  border-radius: 50%;
  -webkit-animation: 1s loader-05 linear infinite;
          animation: 1s loader-05 linear infinite;
  position: relative;
}

@-webkit-keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-05 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fix-height-slider {
  max-height: 600px;
}

