.ani-load {
  animation-name: aniload;
  -webkit-animation-name: aniload;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  display: block;
  visibility: visible;
}
@keyframes aniload {
  from {
  opacity: 0;
  }
  to {
  opacity: 1;
  }
}
@-webkit-keyframes aniload {
  from {
  opacity: 0;
  } 
  to {
  opacity: 1;
  }
}
.bg-about {
  background-image: url("../../assets/img/webp/about.webp");
  background-size: cover;
}
.bg-contact {
  background: #aa4b6b;
  background: -webkit-linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b);
  background: linear-gradient(to right, #3b8d99, #6b6b83, #aa4b6b);
}
.bg-director-4 {
  background-image: url("../../assets/img/webp/director-4.webp");
  background-size: cover;
}
.bg-director-5 {
  background-image: url("../../assets/img/webp/director-5.webp");
  background-size: cover;
}
.bg-director-6 {
  background-image: url("../../assets/img/webp/director-6.webp");
  background-size: cover;
}
.bg-glass-8 {
  background:rgba(0,0,0,0.8)
}
.bg-glass-7 {
  background:rgba(0,0,0,0.7)
}
.bg-menu {
  background: #3b8d99;
}
.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-visi {
  background-image: url("../../assets/img/webp/visi.webp");
  background-size: cover;
}
.card-ns {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.card-zoom:hover {
  overflow-x: hidden !important;
  transform: scale(1.1) !important;
  transition: all 0.5s ease !important;
  -webkit-transition: all 0.5s ease !important;
}
.bg-profile:after, .bg-profile:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  width: 100vmax;
  height: 100vmax;
  background: rgba(0, 0, 0, 0.04);
  -webkit-animation: mybackground 90s linear infinite;
  animation: mybackground 90s linear infinite;
} 
.bg-profile:after {
  left: 15vw;
}
.bg-profile:before {
  right: 15vw;
  -webkit-animation-delay: -30s;
  animation-delay: -30s;
  animation-direction: reverse;
}
@font-face{
  font-family: 'Lora';
  src: url("../../dist/font/lora-semi-bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Raleway';
  src: url("../../dist/font/raleway-light.ttf") format("truetype");
}
@font-face {
  font-family: 'Source Serif Pro';
  src: url("../../dist/font/serif-pro-regular.ttf") format("truetype");
}
.font-lora {
  font-family: "Lora";
}
.font-raleway {
  font-family: "Raleway";
}
.font-serif-pro {
  font-family: "Source Serif Pro";
}
.fs-18 {
  font-size: 18px;
}
.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.img-zoom:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ls-05 {
  letter-spacing: 0.5px;
}
.spin-img {
  width: 2rem;
}
.spin-lg {
  width: 4rem;
  height: 4rem;
  color: #dd0a10;
}
.text-title {
  font-size: 3.5em;
}
ul.no-bullets {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.z-index-2 {
  z-index: 2;
}
@-webkit-keyframes mybackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes mybackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 992px) {
  body {
    overflow-x: hidden !important;
  }
}