/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 03 2026 | 07:22:29 */
#page-transition-overlay{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
html.pt-in #page-transition-overlay{
  opacity: 1;
  pointer-events: all;
}
#page-transition-overlay.hide{
  opacity: 0;
  pointer-events: none;
}
.loader-wrap img{
  width: 240px;
  height: auto;
}