/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2025 | 01:30:24 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 00:01:01 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  --purple: #000038;
  --pink: #c21fb7;
  --black: #000000;
  --white: #ffffff;
  --gray: #f1eef1;
  --gradient: linear-gradient(130deg,rgb(255,83,80) 1%,rgb(192,44,181) 100%);
  --fixedNavGradient: linear-gradient(90deg, rgb(255, 83, 80) 1%, rgb(192, 44, 181) 100%);
  --noto_sans: "Noto Sans", sans-serif;
  --prometo_trial: "Prometo Trial", sans-serif;
  --prometo: "prometo", sans-serif;
  --fw_thin: 100;
  --fw_extralight: 200;
  --fw_light: 300;
  --fw_regular: 400;
  --fw_medium: 500;
  --fw_semibold: 600;
  --fw_bold: 700;
  --fw_extrabold: 800;
  --fw_black: 900;
  --italic: italic;
  --i_darkpurple: #2A034C;
  --i_purple: #451284;
  --i_green: #00CA9F;
  --i_gray: #81819E;
  --i_black: #000000;
  --i_white: #FFFFFF;
  --twitter: #00aced;
  --facebook: #3b5998;
  --googleplus: #dd4b39;
  --pinterest: #cb2027;
  --linkedin: #007bb6;
  --youtube: #bb0000;
  --vimeo: #aad450;
  --tumblr: #32506d;
  --instagram: #517fa4;
  --flickr: #ff0084;
  --dribbble: #ea4c89;
  --quora: #a82400;
  --foursquare: #0072b1;
  --forrst: #5B9A68;
  --vk: #45668e;
  --wordpress: #21759b;
  --stumbleupon: #EB4823;
  --yahoo: #7B0099;
  --blogger: #fb8f3d;
  --soundcloud: #ff3a00;
  --snapchat: #fffc00;
}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 20:38:52 */
#main {
  background: var(--white) !important;
}
#inside-header {
  border-bottom-width: 0.0555555556rem !important;
  border-bottom-style: solid !important;
  border-bottom-color: #dbdbdb !important;
  margin-bottom: 5rem;
  position: relative;
}
#inside-header .content {
  padding-top: 6rem !important;
  padding-bottom: 8rem !important;
}
#inside-header .content h1 {
  margin-bottom: 1.6666666667rem !important;
}
#inside-header.particles .starfield-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  /* Adjust height as needed */
  overflow: hidden;
  background: transparent;
  pointer-events: none;
  z-index: 0;
}
#inside-header.particles #particles-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#inside-header.particles .content {
  position: relative;
  z-index: 1;
}
#inside-header.video-header {
  margin-bottom: 0;
}
#inside-header-video {
  min-height: 39.7222222222rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#inside-header-video .avia-slideshow:before {
  content: "";
  background-image: url(/wp-content/uploads/home-hero-angle-group.svg);
  background-position: left bottom;
  background-size: 300px auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
}
#inside-header-video .container .content {
  padding: 8.3333333333rem 0;
}
#inside-header-video .container .content .post-entry {
  display: flex;
  flex-wrap: wrap;
}
#inside-header-video .container .content .post-entry .entry-content-wrapper {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
#inside-header-video .container .content h1 {
  font-size: 7.2222222222rem;
  line-height: 1;
}
.av-submenu-container.av-sticky-submenu {
  border: none !important;
}
.av-submenu-container.av-sticky-submenu ul {
  width: auto;
  background: red;
  display: inline-flex;
}
.av-submenu-container.av-sticky-submenu ul li a {
  padding-top: 1.1111111111rem;
  padding-right: 0.8888888889rem;
  padding-bottom: 1.1111111111rem;
  padding-left: 0.8888888889rem;
}
.av-submenu-container.av-sticky-submenu ul li.active-submenu-item a {
  color: var(--white) !important;
  background: var(--fixedNavGradient);
}
/* RESPONSIVE */
@media only screen and (max-width: 989px) {
  #inside-header .content {
    padding-top: 4rem !important;
    padding-bottom: 5rem !important;
  }
  #inside-header .content .flex_column {
    margin-bottom: 0 !important;
  }
  #inside-header-video h1 {
    font-size: 5.5555555556rem !important;
  }
}
@media only screen and (max-width: 767px) {
  #inside-header-video h1 {
    font-size: 4.4444444444rem !important;
  }
}
