html body.fixed-navbar {
  padding-top: 7.25rem;
}
html body {
    height: 100%;
    background: #ffffff;
}
.global-loader {
  position: fixed;
  bottom: 2.66667rem;
  right: 2.66667rem;
  width: 4rem;
  height: 4rem;
  background-color: #f6f6f6;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  transform: scale3d(.8, .8, 1);
  transition: opacity .25s cubic-bezier(.365, .305, 0, 1), transform .5s cubic-bezier(.365, .305, 0, 1);
  color: #010101;
  z-index: 50;
}
.dom-is-loading .global-loader {
  opacity: 1;
  transform: scaleX(1);
}
.global-loader.-inactive {
  opacity: 1;
  transform: scaleX(1);
}
.divcenter{
  width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.g-loader {
  display: inline-block;
  width: 2.66667rem;
  height: 2.66667rem;
  border: 2px solid;
  border-radius: 50%;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: g .5s linear infinite;
  opacity: 1;
  transition: opacity .25s cubic-bezier(.365, .305, 0, 1)
}
.g-loader.-inactive {
  opacity: 0
}
@keyframes g {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}


.swiper-container {
  height: 100%;
  margin: 0px;
  background-color: #353744;
}
.swiper-slide {
  position: relative;
  opacity: .3;
  transform: translate3d(0, -7rem, 0);
  transition: opacity .5s cubic-bezier(.365, .305, 0, 1), transform .5s cubic-bezier(.365, .305, 0, 1);
  overflow: hidden;
}
.dom-is-loaded .swiper-slide {
  opacity: 1;
  transform: translateZ(0);
}
.swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(107, 111, 130, 0.4);
  z-index: 10;
  transform: scaleX(1);
  transition: transform .7s cubic-bezier(.365, .305, 0, 1) .05s;
  transform-origin: bottom center;
  pointer-events: none;
}
.dom-is-loaded .swiper-slide:before {
  transform: scaleY(0);
}
.swiper-pagination {
  opacity: 0;
  transition: opacity .3s;
  transform: translateZ(0);
}
.dom-is-loaded .swiper-pagination {
  opacity: 1;
  transform: translateZ(0);
}

.slide-inner {
  position: absolute;
  width: calc(100% + 5%);
  height: calc(100% + 5%);
  left: 0;
  top: 0;
  padding: 15px 10%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}



.header-navbar .navbar-header {
  height: 7.25rem;
}
.header-navbar {
  min-height: 7.25rem;
}
.header-navbar .navbar-container {
  height: 7.25rem;
}
.header-navbar .navbar-header .navbar-brand {
  padding: 0px 0px;
  margin-right: 0;
  top: 0;
}
.header-navbar.navbar-brand-center .navbar-header {
    position: absolute;
    left: 50%;
    top: 0;
}
.header-navbar .navbar-header .navbar-brand .brand-logo {
  padding-top: 7px;
  width: 148px;
}
.header-navbar.navbar-brand-center .navbar-header {
    width: 148px;
}

.header-navbar .navbar-container ul.nav li a.nav-link-search,
.header-navbar .navbar-container ul.nav li a.nav-link-expand {
padding: 2.75rem 1rem 2.75rem 1rem; }

.app-content {
    padding: 2.2rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.5rem;
}
.card {

  width: 100%;
      background: #fff;
      border-radius: .5rem;
      display: block;
      -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
      box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
      position: relative;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;

  }

  .alert {
      -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,0);
      box-shadow: 0 4px 25px 0 rgba(0,0,0,0);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
	  line-height: 2rem;
      border-radius: .5rem;
	  padding: 1rem 1.75rem;

  }










  .bg-continue {
      background-color: #81869a !important;
  }














.socials a:not(:last-child) {
  margin-right: 0;
}

.scb-secure {
  text-transform: uppercase;
}
a.footeresv__link {
	color: rgba(150, 150, 150, 1);
	transition:color .3s cubic-bezier(.365,.305,0,1);
}
a.footeresv__link:hover {
	color: rgba(187, 148, 69, 1);
	transition:color .3s cubic-bezier(.365,.305,0,1);
  }
@media (max-width: 767.98px) {
  .scb-secure {
    margin-bottom: 1rem;
  }
  .socials {
  text-align: center !important;
  }
}
p.title{
  font-size: 0.825rem;
  letter-spacing: 2px;
  text-align: right;
}
.footeresv {
  position: relative;
  color: #101010;
  padding-top: 145px;
}
#footer-slider{
  height: 100%;
}
@media (max-width: 767.98px) {
  .footeresv {
    text-align: center;
  }
  .footeresv p.title{
    font-size: 0.75rem;
    text-align: right;
  }
  #footer-slider{
    height: 246px;
  }
}

@media (min-width: 768px) {
  .footeresv {
    padding-top: 195px;
  }
}

.footeresv p:not(.footeresv__label) {
  margin: 0;
}

.footeresv .big-letter {
  position: relative;
  text-decoration: none;
}

.footeresv .big-letter::after {
  display: none;
}

@media (max-width: 767.98px) {
  .footeresv .big-letter {
    font-size: 5rem;
  }
}

@media (min-width: 768px) {
  .footeresv .big-letter {
    margin-bottom: 20px;
    left: -0.7vw;
  }
}

@media (max-width: 767.98px) {
  .footeresv p.footeresv__column:not(:first-child) {
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .footeresv__line {
    flex-flow: column;
  }
}

@media (min-width: 768px) {
  .footeresv__line {
  margin-bottom: 1rem;
  }
}

.footeresv__content {
  position: relative;
  z-index: 20;
  right: 0;
  bottom: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
  opacity: 1;
}

@media (min-width: 768px) {
  .footeresv__content {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}

.footeresv__content-bg {
  z-index: 10;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3a3c49;
}

@media (min-width: 768px) {
  .footeresv__content-bg {
    right: 0;
  }
}

.footeresv__label {
  font-size: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  color:#969696;
}

.footeresv__address {
  font-size: 1rem;
  text-transform: uppercase;
  color:#969696;
}

@media (min-width: 768px) {
  .footeresv__label {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
}

.footeresv__brand,
.footeresv__info-container {
  position: relative;
  z-index: 20;
}

@media (max-width: 767.98px) {
  .footeresv .footeresv__info-container {
    margin-bottom: 50px;
  }
}

.footeresv__info {
  width: 100%;
  transform: translateY(20px);
}
.footeresv__brand {
  transform: translateY(0px);
}

@media (max-width: 767.98px) {
  .footeresv__info .footeresv__column:not(:last-child) {
    margin-bottom: 15px;
  }
}

.footeresv__brand p {
  line-height: 1.625rem;
}

@media (max-width: 767.98px) {
  .footeresv__brand * {
    line-height: 1.625rem;
  }

  .footeresv__brand .big-letter {
    display: none;
  }
}

.footeresv__shape {
  position: absolute;
  z-index: 0;
  top: 145px;
  right: 0;
  left: 16.66667%;
  margin-top: -145px;
  background-color: grey;
  background-size: cover;
  transition: opacity 0.3s;
}

.footeresv__shape.lazyloaded {
  opacity: 1;
}

@media (min-width: 768px) {
  .footeresv__shape {
    top: 195px;
    margin-top: -195px;
  }
}

.footeresv__shape canvas {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .footeresv__shape {
    height: 160px;
  }
}

@media (min-width: 768px) {
  .footeresv__shape {
    left: 37.5%;
    bottom: 160px;
  }
}

.footeresv__first-line {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .footeresv__first-line {
    padding-bottom: 3rem;
  }
}

.footeresv__second-line {
  position: relative;
  z-index: 10;
  color: rgb(131, 134, 152);
  font-size: 0.75rem;
}

.footeresv__second-line .footeresv__line {
  margin-bottom: 60px;
}

.footeresv__second-line .footeresv__info {
  display: flex;
  align-items: flex-end;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .footeresv__second-line .footeresv__info {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .footeresv__second-line > div {
    margin-bottom: 1rem;
  }
}

.footeresv__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
