/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 22:52:54 */
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 20:55:49 */
/***********************/
/*  Website Variables  */
/***********************/
:root {
  /*Add colors here*/
  --blue: #1C34E6;
  --transparentBlue: rgba(28, 52, 230, 0.7);
  --blueGradient: linear-gradient(180deg,rgba(28, 52, 230, 0.7) 0%, rgba(67, 151, 255, 0.7) 100%);
  --white: #ffffff;
  --manrope: "Manrope", sans-serif;
  --extralight: 200;
  --light: 300;
  --regular: 400;
  --medium: 500;
  --semibold: 600;
  --bold: 700;
  --extrabold: 800;
  --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 */
html, body {
  font-family: var(--manrope) !important;
}
h1 {
  font-size: clamp(55px, 8vw, 75px);
  text-transform: none !important;
}
h2 {
  font-size: clamp(35px, 4vw, 50px);
  text-transform: none !important;
}
h3 {
  font-size: clamp(20px, 5vw, 25px);
}
h4 {
  font-size: clamp(18px, 4vw, 22px);
}
h5 {
  font-size: clamp(16px, 3vw, 20px);
}
h6 {
  font-size: clamp(15px, 2vw, 18px);
}
a.avia-button {
  border: 3px solid var(--white) !important;
  background-color: transparent !important;
  font-size: 24px !important;
  line-height: 1em !important;
  color: var(--white) !important;
  padding: 13px 24px !important;
  border-radius: 11px !important;
  font-weight: 800 !important;
  transition: 0.35s ease-out all !important;
}
a.avia-button:hover {
  background-color: var(--white) !important;
  color: var(--blue) !important;
}
@media only screen and (max-width: 989px) {
  a.avia-button {
    font-size: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  a.avia-button {
    font-size: 20px !important;
    width: 50%;
  }
}
@media only screen and (max-width: 440px) {
  a.avia-button {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 380px) {
  a.avia-button {
    font-size: 14px !important;
  }
}
.av-siteloader-wrap {
  background: var(--blueGradient), url("/wp-content/uploads/airnexus-bg-v2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
}
#wrap_all {
  background: var(--blueGradient), url("/wp-content/uploads/airnexus-bg-v2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important;
  position: relative;
}
#wrap_all:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--blueGradient);
}
.responsive #top #wrap_all .container {
  width: 100% !important;
  max-width: 1920px !important;
}
.avia-section {
  background-color: transparent !important;
  min-height: 1px !important;
}
header#header .container {
  padding: 63px 134px !important;
  height: auto !important;
  line-height: 1em !important;
}
@media only screen and (max-width: 1300px) {
  header#header .container {
    padding: 50px 134px !important;
  }
}
@media only screen and (max-width: 989px) {
  header#header .container {
    padding: 50px 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  header#header .container {
    padding: 37px 40px !important;
  }
}
header#header .header_bg {
  display: none;
}
header#header .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header#header .logo {
  position: relative;
  float: none !important;
}
header#header .logo svg {
  height: auto !important;
  width: 360px !important;
}
@media only screen and (max-width: 460px) {
  header#header .logo svg {
    width: 80%;
  }
}
header#header .main_menu {
  float: none !important;
  position: relative;
  display: none !important;
}
header#header .main_menu ul li a {
  height: auto !important;
  line-height: 1em !important;
}
#main {
  min-height: calc(100vh - 160px);
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background-color: transparent !important;
  border-color: transparent !important;
}
@media only screen and (max-width: 1300px) {
  #main {
    min-height: calc(100vh - 134px);
  }
}
@media only screen and (max-height: 767px) {
  #main {
    height: auto !important;
  }
}
#coming-soon {
  width: 100%;
  height: calc(100vh - 92px - 160px);
  display: flex;
  align-items: center;
}
@media only screen and (max-height: 767px) {
  #coming-soon {
    height: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  #coming-soon {
    height: auto;
  }
}
#coming-soon .container {
  padding-left: 134px !important;
  padding-right: 134px !important;
}
@media only screen and (max-width: 989px) {
  #coming-soon .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  #coming-soon .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
#coming-soon .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-height: 767px) {
  #coming-soon .content {
    padding-bottom: 30px !important;
  }
}
#coming-soon h1 {
  font-size: 120px !important;
  font-weight: 700 !important;
  line-height: 1em !important;
  letter-spacing: -4.8px !important;
}
@media only screen and (max-width: 1300px) {
  #coming-soon h1 {
    font-size: 100px !important;
  }
}
@media only screen and (max-width: 989px) {
  #coming-soon h1 {
    font-size: 94px !important;
  }
}
@media only screen and (max-width: 767px) {
  #coming-soon h1 {
    font-size: 87px !important;
  }
}
@media only screen and (max-width: 767px) {
  #coming-soon .av-special-heading-h2 {
    margin-top: 40px !important;
  }
}
#coming-soon h2 {
  font-size: 45px !important;
  font-weight: 300 !important;
  line-height: 1.5em !important;
  letter-spacing: -1.35px !important;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1300px) {
  #coming-soon h2 {
    font-size: 34px !important;
  }
}
@media only screen and (max-width: 989px) {
  #coming-soon h2 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 767px) {
  #coming-soon h2 {
    font-size: 30px !important;
  }
}
#coming-soon .avia-buttonrow-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  #coming-soon .avia-buttonrow-wrap {
    gap: 16px;
    margin-bottom: 120px;
  }
}
#footer-page {
  width: 100%;
  background-color: transparent !important;
}
#footer {
  width: 100%;
  padding: 0;
  height: 92px;
  background-color: var(--transparentBlue) !important;
}
@media only screen and (max-width: 767px) {
  #footer {
    height: auto;
  }
}
#footer .container {
  padding-left: 134px !important;
  padding-right: 134px !important;
}
@media only screen and (max-width: 989px) {
  #footer .container {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
@media only screen and (max-width: 767px) {
  #footer .container {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
#footer .content {
  padding-top: 19px !important;
  padding-bottom: 19px !important;
}
@media only screen and (max-width: 767px) {
  #footer .content {
    padding-top: 37px !important;
    padding-bottom: 37px !important;
  }
}
#footer .entry-content-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .entry-content-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #footer .footer-logo {
    margin-bottom: 16px !important;
  }
}
#footer .footer-copyright {
  margin-bottom: 0 !important;
}
#footer .avia-image-container {
  display: block;
  width: 100%;
  margin-right: 0 !important;
}
#footer img {
  width: 360px;
  height: auto;
}
@media only screen and (max-width: 989px) {
  #footer img {
    width: 225px;
  }
}
@media only screen and (max-width: 767px) {
  #footer img {
    width: 260px;
    margin: 0 auto;
  }
}
#footer p {
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
}
@media only screen and (max-width: 767px) {
  #footer p {
    font-size: 16px;
    text-align: center !important;
    margin: 0 !important;
  }
}
.mfp-bg {
  display: none !important;
}
#contact {
  max-width: 767px;
  width: 95%;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  border-radius: 11px;
  position: relative;
  padding: 45px;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}
.gform_wrapper form {
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_required_legend {
  display: none !important;
}
.gform_wrapper .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper fieldset {
  margin-bottom: 0 !important;
}
.gform_wrapper h2.gform_title {
  color: #000;
  font-size: 32px;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .gform_wrapper h2.gform_title {
    font-size: 28px;
  }
}
.gform_wrapper input:not([type=submit]), .gform_wrapper textarea {
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 5px !important;
}
.gform_wrapper .gfield_label {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: 500 !important;
  line-height: 20px !important;
}
.gform_wrapper .gform-field-label--type-sub {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.gform_wrapper .gfield_required_asterisk {
  color: #f00 !important;
  position: relative;
  top: -5px;
}
.gform_wrapper input[type=submit] {
  border: 2px solid var(--blue) !important;
  background-color: transparent !important;
  font-size: 16px !important;
  line-height: 16px !important;
  color: var(--blue) !important;
  padding: 10px 18px !important;
  border-radius: 11px !important;
  font-weight: 800 !important;
  transition: 0.35s ease-out all !important;
}
.gform_wrapper input[type=submit]:hover {
  background-color: var(--blue) !important;
  color: var(--white) !important;
}
.gform_validation_errors:focus {
  outline: none !important;
}
.gfield_validation_message {
  border: none !important;
  background: none !important;
  font-size: 14px !important;
  line-height: 16px !important;
  padding: 5px 0 !important;
}
.gform_confirmation_message {
  font-size: 18px !important;
  line-height: 24px !important;
}
