/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 22:34:56 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 06 2024 | 08:54:11 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --blue: #0C85F7;
  --lightblue: #5CA0D2;
  --teal: #78D0ED;
  --purple: #584483;
  --orage: #FBB040;
  --green: #2BB673;
  --darkgreen: #00A79D;
  --white: #ffffff;
  --lightergray: #f8f8f8;
  --lightgray: #d9d9d9;
  --gray: #9A9A9A;
  --darkgray: #4A4A4A;
  --black_text: #2F2F2F;
  --blue_gradient: linear-gradient(0deg, rgba(11,133,247,1) 0%, rgba(121,208,237,1) 100%);
  --blue_gradient_horizontal: linear-gradient(90deg, rgba(11,133,247,1) 0%, rgba(121,208,237,1) 100%);
  --mont: "Montserrat", sans-serif;
  --thin: 100;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --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 */
@media only screen and (min-width: 990px) {
  /* home page no top logo*/
  /* home logo added on scroll*/
  /* Active menu actions */
  #header #header_main {
    border: none !important;
  }
  #header #header_main .container {
    height: 116px !important;
    line-height: 116px !important;
  }
  #header #header_main .container .logo {
    max-width: 350px;
  }
  #header #header_main .container .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header #header_main .container .avia-menu .menu {
    height: 116px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: right !important;
    padding: 15px !important;
  }
  #header #header_main .container .avia-menu .menu li a {
    padding: 0 20px;
    border-bottom: none !important;
  }
  #header #header_main .container .avia-menu .menu li a:hover {
    background-color: transparent !important;
  }
  #header #header_main .container .avia-menu .menu li a .avia-menu-text {
    font-size: 16px;
    color: var(--purple) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  #header #header_main .container .avia-menu .menu li a .avia-menu-fx {
    display: none !important;
  }
  #header #header_main .container .avia-menu .menu li .sub-menu {
    border-top: 0 !important;
  }
  #header #header_main .container .avia-menu .menu li .sub-menu li {
    border-right: 0 !important;
  }
  #header #header_main .container .avia-menu .menu li .sub-menu li a {
    border: none !important;
  }
  #header #header_main .container .avia-menu .menu li .sub-menu li a .avia-menu-text {
    font-size: 16px;
    color: var(--purple) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  #header #header_main .container .avia-menu .menu .av-burger-menu-main {
    height: 116px !important;
  }
  #header #header_main .container .avia-menu .menu .av-burger-menu-main .av-hamburger-inner {
    height: 5px !important;
    border-radius: 0 !important;
    margin-top: -5px !important;
    transition: ease-in-out 0.3s;
  }
  #header #header_main .container .avia-menu .menu .av-burger-menu-main .av-hamburger-inner:before, #header #header_main .container .avia-menu .menu .av-burger-menu-main .av-hamburger-inner:after {
    height: 5px !important;
    border-radius: 0 !important;
    transition: ease-in-out 0.3s;
  }
  #header #header_main .container .avia-menu .av-burger-overlay {
    display: block !important;
    opacity: 1 !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll {
    height: 116px !important;
    width: 100% !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner {
    height: 116px !important;
    width: 100% !important;
    min-height: 116px !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul {
    height: 116px !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: right !important;
    padding: 15px 90px !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul li a {
    padding: 0 20px;
    border-bottom: none !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul li a:hover {
    background-color: transparent !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul li a .avia-menu-text {
    font-size: 16px;
    color: var(--purple) !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
  }
  #header .header_bg {
    transition: ease-in-out 0.3s;
  }
  #header.nav_color .header_bg {
    opacity: 0.95 !important;
  }
  #header.nav_color .logo a svg path, #header.nav_color .logo a svg rect {
    fill: #584483 !important;
  }
  #header.nav_color .logo a svg #Rectangle_3841 {
    fill: url(#linear-gradient) !important;
  }
  #header.nav_color #header_main .container .avia-menu .menu li a .avia-menu-text {
    color: var(--purple) !important;
  }
  #header.nav_color .av-hamburger-inner, #header.nav_color .av-hamburger-inner:before, #header.nav_color .av-hamburger-inner:after {
    background-color: var(--purple) !important;
    transition: ease-in-out 0.3s;
  }
  #main {
    padding-top: 0 !important;
  }
  .av-hamburger .av-hamburger-inner {
    background-color: var(--white);
  }
  .av-hamburger .av-hamburger-inner:before, .av-hamburger .av-hamburger-inner:after {
    background-color: var(--white);
  }
  .page-id-269 .logo {
    opacity: 1;
    transition: ease-in-out 0.3s !important;
  }
  .page-id-269 .nav_color .logo {
    opacity: 1;
  }
  .av-burger-overlay-active .page-id-269 .logo {
    opacity: 1;
    transition: ease-in-out 0.5s !important;
  }
  .av-burger-overlay-active .logo {
    z-index: 999 !important;
    max-width: 400px;
  }
  .av-burger-overlay-active .av-hamburger-inner, .av-burger-overlay-active .av-hamburger-inner:before, .av-burger-overlay-active .av-hamburger-inner:after {
    background-color: var(--purple) !important;
  }
  .html_av-overlay-side .av-burger-overlay-scroll {
    transform: translateX(75%);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.75, 0, 0.25, 1) !important;
  }
  .html_av-overlay-side .av-burger-overlay-bg {
    opacity: 0 !important;
    display: none !important;
  }
  .html_av-overlay-side.av-burger-overlay-active-delayed .logo a svg path, .html_av-overlay-side.av-burger-overlay-active-delayed .logo a svg rect {
    fill: #584483 !important;
  }
  .html_av-overlay-side.av-burger-overlay-active-delayed .logo a svg #Rectangle_3841 {
    fill: url(#linear-gradient) !important;
  }
  .html_av-overlay-side.av-burger-overlay-active-delayed .av-burger-overlay-scroll {
    opacity: 1;
  }
  header#header, #header_main, .inner-container, .av-burger-overlay-scroll, .av-burger-overlay-inner {
    overflow: visible;
  }
  .av-submenu-indicator {
    display: none !important;
  }
  ul.sub-menu {
    background: #fff !important;
    position: absolute !important;
    z-index: 500 !important;
    width: 145px !important;
    left: 50% !important;
    transform: translate3d(-50%, 0px, 0px) !important;
    padding: 15px 5px !important;
  }
  ul.sub-menu li {
    padding: 10px 0 !important;
  }
  ul.sub-menu li a {
    padding: 10px 5px !important;
    line-height: 1em !important;
  }
  ul.sub-menu li a .avia-bullet {
    display: none !important;
  }
  ul.sub-menu li a .avia-menu-text {
    font-size: 14px !important;
  }
}
.html_av-submenu-hidden .av-submenu-indicator {
  top: 0;
  margin-top: 0;
  height: 100%;
  aspect-ratio: 1;
  border-left: 1px solid var(--lightblue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  right: 0;
}
.html_av-submenu-hidden .av-show-submenu > a > .av-submenu-indicator {
  opacity: 0;
}
/* Responsive */
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  #header #header_main {
  }
  #header #header_main .avia-menu ul li a {
    padding: 0 10px !important;
  }
  #header #header_main .avia-menu ul li a .avia-menu-text {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1350px) {
  #header #header_main .container .logo {
    max-width: 250px !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul {
    padding: 15px 65px !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul li a {
    padding: 0 10px !important;
  }
  #header #header_main .container .avia-menu .av-burger-overlay .av-burger-overlay-scroll .av-burger-overlay-inner #av-burger-menu-ul li a .avia-menu-text {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 989px) {
  #header #header_main {
    border: none !important;
  }
  #header #header_main .logo svg {
    max-width: 250px !important;
  }
  #header #header_main #av-burger-menu-ul li:first-of-type {
    border-top: 1px solid var(--lightblue) !important;
  }
  #header #header_main #av-burger-menu-ul li a {
    border-color: var(--lightblue) !important;
  }
}
@media only screen and (max-width: 600px) {
  #header #header_main {
    border: none !important;
  }
  #header #header_main .logo svg {
    max-width: 200px !important;
  }
}
.single #header #header_main .container .avia-menu .menu li a .avia-menu-text, .page-id-293 #header #header_main .container .avia-menu .menu li a .avia-menu-text, .page-id-290 #header #header_main .container .avia-menu .menu li a .avia-menu-text {
  color: var(--purple) !important;
}
