/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2026 | 00:41:09 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 29 2022 | 17:18:38 */
.orange_overlay.avia-section {
  position: relative !important;
}
.orange_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1c2a59 0%, #d18963 50%, #eb9e4f 100%);
  mix-blend-mode: multiply !important;
}
.orange_overlay:after {
  -webkit-backdrop-filter: blur(7px) brightness(110%);
  backdrop-filter: blur(7px) brightness(110%);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.blue_overlay.avia-section {
  position: relative !important;
}
.blue_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1c2a59 0%, #0062a0 50%, #36aee3 100%);
  mix-blend-mode: multiply !important;
}
.blue_overlay:after {
  -webkit-backdrop-filter: blur(7px) brightness(110%);
  backdrop-filter: blur(7px) brightness(110%);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.green_overlay.avia-section {
  position: relative !important;
}
.green_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1c2a59 0%, #54a285 50%, #7ac0c2 100%);
  mix-blend-mode: multiply !important;
}
.green_overlay:after {
  -webkit-backdrop-filter: blur(7px) brightness(110%);
  backdrop-filter: blur(7px) brightness(110%);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.red_overlay.avia-section {
  position: relative !important;
}
.red_overlay:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1c2a59 0%, #9d2357 50%, #d43a45 100%);
  mix-blend-mode: multiply !important;
}
.red_overlay:after {
  -webkit-backdrop-filter: blur(7px) brightness(110%);
  backdrop-filter: blur(7px) brightness(110%);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
