/*
Theme Name:   NPC Child Theme
Theme URI: http://neonpig.com/
Description:  A NPC child theme
Author:       Neon Pig Creative
Author URI:   https://neonpig.com
Template:     npc
Version:      1.0.0
*/
div.color.bkg.colorA {
  background: var(--e-global-color-primary);
}
div.color.bkg.colorB {
  background: var(--e-global-color-secondary);
}
div.color.bkg.colorC {
  background: var(--e-global-color-text);
}
div.color.bkg.colorD {
  background: var(--e-global-color-accent);
}
div.color.bkg.colorE {
  background: var(--e-global-color-28ac875);
}
div.color.bkg.colorF {
  background: var(--e-global-color-5598db8);
}
div.color.bkg.colorG {
  background: var(--e-global-color-66db463);
}
div.color.bkg.colorH {
  background: var(--e-global-color-dc9ad1d);
  color: white;
}
div.color.bkg.colorI {
  background: var(--e-global-color-f7ed1e9);
  color: black;
}

/*********************

BUTTONS

Used to override Elementor's button styles
Perfect for changing button styles using Elementor's built-in button types
Comment code out to remove changes

*********************/
.elementor-button-c-warning .elementor-button:after,
.elementor-button-c-info .elementor-button,
.elementor-widget-button .elementor-button {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.elementor-widget-button a {
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  padding: 5px 0px;
  color: #144162;
  text-align: left;
}
@media (max-width: 1023px) {
  .elementor-widget-button a {
    font-size: 18px !important;
  }
}
.elementor-widget-button a span.elementor-button-icon {
  margin-right: 5px !important;
}
.elementor-widget-button a span.elementor-button-text {
  padding-bottom: 5px;
  letter-spacing: 1px;
  border-bottom: 4px solid #E5BC3F !important;
}
.elementor-widget-button a:hover {
  text-decoration: none !important;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.elementor-widget-button.btn-narrow-width a {
  min-width: 216px;
}
.elementor-widget-button.btn-narrow-width span.elementor-button-content-wrapper {
  max-width: 112px;
  display: block;
  margin: 0px auto;
}
.elementor-widget-button.elementor-button-c-info a {
  padding: 11px 10px 5px 10px !important;
}
.elementor-widget-button.elementor-button-c-info a span.elementor-button-text {
  border-bottom: 0px solid #E5BC3F !important;
}
.elementor-widget-button.elementor-button-c-success a {
  padding: 15px 50px 15px 20px;
}
.elementor-widget-button.elementor-button-c-success a span.elementor-button-text {
  padding: 5px auto;
  letter-spacing: 1px;
  border-bottom: 4px solid #3F8EB1 !important;
}
.elementor-widget-button.elementor-button-c-warning a {
  background-color: rgba(0, 0, 0, 0);
}
.elementor-widget-button.elementor-button-c-warning a span.elementor-button-text {
  padding-bottom: 5px;
  letter-spacing: 1px;
  border-bottom: 4px solid #3F8EB1 !important;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--e-global-color-dc9ad1d);
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

div.welcome-panel div.dwe-panel-content section.dashboard h1,
div.welcome-panel div.dwe-panel-content section.dashboard h2,
div.welcome-panel div.dwe-panel-content section.dashboard h3,
div.welcome-panel div.dwe-panel-content section.dashboard h4,
div.welcome-panel div.dwe-panel-content section.dashboard h5,
div.welcome-panel div.dwe-panel-content section.dashboard h6 {
  font-size: 16px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  clear: both;
  word-break: keep-all;
  overflow-wrap: normal;
}
.heading-style-a .elementor-heading-title span {
  color: #3F8EB1;
}
.heading-style-b .elementor-heading-title {
  color: #FDF8EA;
  background-color: #144162;
  font-size: 1.4em !important;
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  padding: 7px;
}
@media (max-width: 650px) {
  .heading-style-b .elementor-heading-title {
    font-weight: 28px;
  }
}
.heading-style-c .elementor-heading-title {
  color: #FDF8EA;
  background-color: #3F8EB1;
  font-size: 1.4em !important;
  font-family: "Akshar", sans-serif;
  font-weight: 600;
  padding: 10px 10px 0px;
}
@media (max-width: 650px) {
  .heading-style-c .elementor-heading-title {
    font-weight: 28px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

hr {
  background-color: var(--e-global-color-primary);
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.emphasized-text {
  font-style: italic;
}
.emphasized-text strong, .emphasized-text b {
  color: var(--e-global-color-primary);
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

ul,
ol {
  padding: 0;
  margin-top: 0px;
}
.elementor-widget-text-editor ul, .elementor-tab-content ul,
.elementor-widget-text-editor ol,
.elementor-tab-content ol {
  padding-left: 32px;
}
.elementor-widget .elementor-widget-text-editor ul li, .elementor-widget ul.elementor-icon-list-items li,
.elementor-widget .elementor-widget-text-editor ol li,
.elementor-widget ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}
.elementor-widget-text-editor ul li, ul.elementor-icon-list-items li,
.elementor-widget-text-editor ol li,
ol.elementor-icon-list-items li {
  margin-bottom: 8px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a {
  color: var(--e-global-color-primary);
}
a:visited {
  color: var(--e-global-color-primary);
}
a:hover, a:focus, a:active {
  color: var(--e-global-color-primary);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-f7ed1e9);
  line-height: 1;
  padding: 4px 8px;
  outline: none;
  border: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-transform: uppercase;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--e-global-color-secondary);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
div.page button,
div.page input[type=button],
div.page input[type=reset],
div.page input[type=submit] {
  margin-bottom: 10px;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

hr {
  color: var(--e-global-color-primary);
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid var(--e-global-color-primary);
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
  border-top: var(--divider-border-width) var(--divider-border-style) var(--e-global-color-primary);
}

.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  color: var(--e-global-color-primary);
}
.typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
.typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
  font-size: 26px;
}
@media screen and (min-width: 1024px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: calc(26px + 30 * (100vw - 1024px) / 576);
  }
}
@media screen and (min-width: 1600px) {
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) h3.elementor-heading-title,
  .typescale-sample.elementor-widget-heading:not(.disable-typescale) .elementor-widget-text-editor {
    font-size: 56px;
  }
}

div.text-large p {
  font-size: 40px;
  line-height: 1.3em;
}
@media (max-width: 1023px) {
  div.text-large p {
    font-size: 26px;
  }
}

body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
}
body::-webkit-scrollbar-track {
  background: #144162;
}
body {
  scrollbar-face-color: var(--e-global-color-primary);
  scrollbar-track-color: #144162;
}
body * {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
}

body *::-moz-selection {
  background-color: var(--e-global-color-primary); /* WebKit/Blink Browsers */
  color: white;
}

body *::selection {
  background-color: var(--e-global-color-primary); /* WebKit/Blink Browsers */
  color: white;
}

header.mainHeader {
  z-index: 5000;
}
header.mainHeader * {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.mainHeader nav svg.e-font-icon-svg {
  color: #E5BC3F;
  fill: #E5BC3F;
}
header.mainHeader nav ul li ul.sub-menu {
  border-top: solid 4px var(--e-global-color-primary);
  padding: 15px;
  margin-top: -4px !important;
}
header.mainHeader svg.menuToggle {
  fill: var(--e-global-color-primary);
}
header.mainHeader.scroll-active {
  background-color: lightgray !important;
}
header.mainHeader.scroll-active section.secondary img {
  width: 72% !important;
}
header.mainHeader.scroll-active svg.menuToggle {
  fill: var(--e-global-color-text);
}

div#cookie-law-info-bar {
  max-width: 95%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: var(--e-global-color-primary) !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
}
div#cookie-law-info-bar * {
  color: black;
  font-weight: 600;
}
div#cookie-law-info-bar a.wt-cli-accept-all-btn {
  background-color: #314986 !important;
}
@media (max-width: 650px) {
  div#cookie-law-info-bar {
    max-width: 100%;
  }
}

section.toTop {
  position: fixed;
  right: 64px;
  bottom: 0px;
  background: red;
  max-width: 30px;
}
section.toTop div.elementor-widget-wrap {
  padding: 0px !important;
}
section.toTop * {
  padding: 0px;
  font-size: 20px;
  color: var(--e-global-color-primary);
}

@media (min-width: 1023px) {
  div.search-filter-results div.resultsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

form.searchandfilter input, form.searchandfilter textarea, form.searchandfilter select {
  border: 2px solid var(--e-global-color-primary);
  padding: 8px 16px;
  min-height: 48px;
  border-radius: 0px;
  outline: none !important;
}
form.searchandfilter input:focus, form.searchandfilter textarea:focus, form.searchandfilter select:focus {
  border: 2px solid var(--e-global-color-secondary);
}
@media (min-width: 1023px) {
  form.searchandfilter ul li {
    display: inline-block;
    margin-right: 8px;
  }
}

div.elementor-form-fields-wrapper input, div.elementor-form-fields-wrapper textarea {
  padding: 16px;
}

div.secondNav ul li:last-of-type {
  background: #FFCB05;
  min-height: 59px;
  padding: 0px 17px;
  margin-bottom: -1%;
}
div.secondNav ul li:last-of-type a {
  font-size: 25px;
  font-weight: 500;
}
div.secondNav ul li:last-of-type span {
  font-size: 25px;
  font-weight: 500;
}
div.secondNav ul li span {
  font-family: "Akshar", sans-serif !important;
}

div.yellowBorders {
  border-top: 18px solid gold;
  border-bottom: 18px solid gold;
  -o-border-image: linear-gradient(to left, #E5BC3F 90%, rgba(0, 0, 0, 0) 50%);
     border-image: -webkit-gradient(linear, right top, left top, color-stop(90%, #E5BC3F), color-stop(50%, rgba(0, 0, 0, 0)));
     border-image: linear-gradient(to left, #E5BC3F 90%, rgba(0, 0, 0, 0) 50%);
  background-clip: content-box;
  border-image-slice: 1;
}

div.yellowBorders-2 {
  border-top: 18px solid gold;
  border-bottom: 18px solid gold;
  border-right: 18px solid gold;
  -o-border-image: linear-gradient(to left, #E5BC3F 90%, rgba(0, 0, 0, 0) 50%);
     border-image: -webkit-gradient(linear, right top, left top, color-stop(90%, #E5BC3F), color-stop(50%, rgba(0, 0, 0, 0)));
     border-image: linear-gradient(to left, #E5BC3F 90%, rgba(0, 0, 0, 0) 50%);
  background-clip: content-box;
  border-image-slice: 1;
}

div.blueBorders {
  border-top: 18px solid #144162;
  border-bottom: 18px solid #144162;
  border-left: 18px solid #144162;
  -o-border-image: linear-gradient(to right, #144162 90%, rgba(0, 0, 0, 0) 50%);
     border-image: -webkit-gradient(linear, left top, right top, color-stop(90%, #144162), color-stop(50%, rgba(0, 0, 0, 0)));
     border-image: linear-gradient(to right, #144162 90%, rgba(0, 0, 0, 0) 50%);
  background-clip: content-box;
  border-image-slice: 1;
}

div.lBlueBorders {
  border-top: 18px solid gold;
  border-bottom: 18px solid gold;
  border-right: 18px solid gold;
  -o-border-image: linear-gradient(to left, #7AA9BE 90%, rgba(0, 0, 0, 0) 50%);
     border-image: -webkit-gradient(linear, right top, left top, color-stop(90%, #7AA9BE), color-stop(50%, rgba(0, 0, 0, 0)));
     border-image: linear-gradient(to left, #7AA9BE 90%, rgba(0, 0, 0, 0) 50%);
  background-clip: content-box;
  border-image-slice: 1;
}

div.homepage-slider div.swiper-pagination {
  width: auto !important;
  left: 30% !important;
}
@media (max-width: 650px) {
  div.homepage-slider div.swiper-pagination {
    display: none;
  }
  div.homepage-slider div.swiper-pagination span.swiper-pagination-bullet {
    width: 1.1em !important;
    margin: 0px 3px !important;
  }
}
div.homepage-slider div.swiper-pagination span.swiper-pagination-bullet {
  border-radius: 0px !important;
  max-width: 50px !important;
  height: 12px !important;
  top: -8px !important;
  left: inherit;
}

div.image-style-a img {
  margin: 0px !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
  border: 0px !important;
}
@media (max-width: 1023px) {
  div.image-style-a img {
    width: 114% !important;
    max-width: 120% !important;
    height: 49vh !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}
div.image-style-a .wp-caption-text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
  text-align: left;
  font-weight: 500;
  background: white;
  padding: 10px;
  margin-top: 0px !important;
}
@media (max-width: 650px) {
  div.image-style-a .wp-caption-text {
    font-size: 16px !important;
    padding: 10px !important;
  }
}
div.image-style-a .wp-caption-text:before {
  content: "";
  background: url(/wp-content/uploads/2022/07/Polygon-5.svg) no-repeat top;
  width: 24px;
  height: 24px;
  display: block;
  background-size: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  margin-bottom: 20px !important;
}

div.image-style-b img {
  margin: 0px !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
  border-radius: 0px !important;
  border: 0px !important;
}
@media (max-width: 1023px) {
  div.image-style-b img {
    float: left !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
div.image-style-b .wp-caption-text {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Akshar", sans-serif;
  text-align: right;
  margin: 0px 0px -4% 0px;
  color: var(--e-global-color-5598db8);
  background: white;
  padding: 10px;
  margin-top: 0px !important;
}
@media (max-width: 1023px) {
  div.image-style-b .wp-caption-text {
    float: left !important;
    padding: 10px !important;
    background: white !important;
    margin-top: 5px !important;
    /* width: 66% !important; */
    min-width: 71% !important;
    margin-top: 0px !important;
  }
}
@media (max-width: 650px) {
  div.image-style-b .wp-caption-text {
    width: 100% !important;
    /* display: block; */
    min-width: 100%;
    margin: 0px !important;
    float: left;
    right: -5% !important;
    min-height: 61px;
    margin-bottom: -10% !important;
    max-width: 100% !important;
  }
}
div.image-style-b .wp-caption-text:before {
  content: "";
  background: url(/wp-content/uploads/2022/07/Polygon-5.svg) no-repeat top;
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-size: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

div.neonForm {
  font-family: "Akshar", sans-serif !important;
}
div.neonForm .elementor-button {
  margin-bottom: -1.6em;
}
div.neonForm .elementor-button span.elementor-button-text {
  padding: 15px 0px;
}

div.fontFix {
  font-family: "Akshar", sans-serif !important;
}

div.address li span.colorFix {
  font-size: 16px;
  text-transform: uppercase;
  color: #8D8E8E;
}

span.copyright-color {
  font-size: 16px !important;
  font-weight: 600 !important;
}

body:not(.elementor-editor-active) section.memberContent {
  opacity: 0;
  position: relative;
  height: 0px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body:not(.elementor-editor-active) section.memberContent.active {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: grid;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.82);
}
body:not(.elementor-editor-active) section.memberContent.active div.elementor-container {
  background: rgba(255, 255, 255, 0.7490196078);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin: auto;
}

body:not(.elementor-editor-active) section.formContent {
  opacity: 0;
  position: relative;
  height: 0px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body:not(.elementor-editor-active) section.formContent.active {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: grid;
  opacity: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.82);
}
body:not(.elementor-editor-active) section.formContent.active div.elementor-container {
  background: rgba(255, 255, 255, 0.7490196078);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  margin: auto;
}

.bluebgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bluebgText span {
  font-size: 1.5em;
  text-decoration: underline;
  text-decoration-color: #E5BC3F;
  text-underline-offset: 5px;
}
@media (max-width: 650px) {
  .bluebgText span {
    display: block;
  }
}

div.heroImage img {
  aspect-ratio: 4/3 !important;
  -o-object-fit: cover;
     object-fit: cover;
}
div.heroImage .wp-caption-text {
  max-width: 210px;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: -37%;
  text-align: left;
  margin-top: 6px;
  color: #3F8EB1 !important;
  font-size: 18px;
  font-weight: 500;
}
div.heroImage .wp-caption-text:before {
  margin-right: 15px !important;
}
@media (max-width: 650px) {
  div.heroImage img {
    aspect-ratio: 1/1 !important;
  }
  div.heroImage .wp-caption-text {
    margin-right: -6% !important;
  }
}

section.heroSection {
  overflow: hidden !important;
  padding-bottom: 15px;
}
section.heroSection h1.elementor-heading-title,
section.heroSection h2.elementor-heading-title {
  margin-bottom: 5% !important;
}
section.heroSection p {
  margin-bottom: 24px !important;
}
section.heroSection .elementor-heading-title {
  margin-bottom: 0px !important;
}
@media (max-width: 650px) {
  section.heroSection {
    margin-bottom: -3em !important;
    padding-bottom: 0px;
  }
}

div.grantFAQs div.elementor-tab-title {
  font-family: "Akshar", sans-serif !important;
}
div.grantFAQs div.elementor-tab-title div.elementor-toggle-icon svg {
  width: 50px;
  height: 50px;
  top: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  right: 7px;
}

div.neonNav ul.elementor-nav-menu li {
  border-bottom: 3px solid #FFCB05;
}
div.neonNav ul.elementor-nav-menu li:last-of-type {
  border-bottom: 0px solid rgba(0, 0, 0, 0) !important;
}
div.neonNav ul.elementor-nav-menu li a:hover {
  text-decoration: none !important;
}
div.neonNav ul.elementor-nav-menu ul.sub-menu {
  display: auto;
  z-index: 110;
  position: relative;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  margin-left: 0% !important;
  margin-top: 10px !important;
  width: 100% !important;
}
div.neonNav ul.elementor-nav-menu ul.sub-menu li {
  overflow: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
div.neonNav ul.elementor-nav-menu ul.sub-menu li a {
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Akshar", sans-serif;
  width: 100% !important;
}

li.hideNav {
  display: none !important;
}
@media (max-width: 650px) {
  li.hideNav {
    display: block !important;
  }
}

div.sliderName span.elementor-icon-list-text {
  max-width: 38% !important;
}
@media (max-width: 650px) {
  div.sliderName span.elementor-icon-list-text {
    max-width: 100% !important;
  }
}

@media (max-width: 650px) {
  section.mobileOverflow {
    overflow: hidden !important;
  }
}

div.elementor-text-editor p a:hover {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}/*# sourceMappingURL=style.css.map */