/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#header-wrap #logo img {
   height: 40px;
}
.page-title-parallax {
    --cnvs-page-title-padding: 50px;
}
#footer .footer-widgets-wrap {
    padding: 0px
}
.pt-20 {
  padding-top: 20rem !important;
}
.swiper-slide-active .swiper-slide-bg {
  -webkit-animation: kenburns-top 14s ease-out both;
      animation: kenburns-top 14s ease-out both;
}
.bg-custom {
  background-color: #F1EFE5;
}

@keyframes kenburns-top {
0% {
  -webkit-transform: scale(1);
      transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
100% {
  -webkit-transform: scale(1.15);
      transform: scale(1.15);
  -webkit-transform-origin: top;
      transform-origin: top;
}
}
#message {
  font-size: 13px;
  color: #BD0000;
  font-weight: bold;
  text-align: center;
  /*padding-bottom: 5px;*/
}
