body .jupiterx-main {
    background-color: gray;
    font-family: "Montserrat", sans-serif!important;
}
h1{
    font-family: "Interstate", Sans-serif!important;
    font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
/*    font-family: "Fjalla One", sans-serif!important;*/
    font-family: "Interstate", Sans-serif!important;
    font-weight: 700;
}
.blue{
    color: #00C0F5;
}
.splash-img{
    background-image: url(https://iejupx.eastonstaging.com/wp-content/uploads/2025/06/blu-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 20px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
}
@media (min-width:420px) {
    .container {
        max-width: 410px;
    }
}
@media (min-width:480px) {
    .container {
        max-width: 460px;
    }
}
@media (min-width:667px) {
    .container {
        max-width: 660px;
    }
}
@media (min-width:768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width:992px) {
    .container {
        max-width: 992px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}
@media (min-width:1440px) {
    .container {
        max-width: 1440px;
    }
}
@media (min-width:1600px) {
    .container {
        max-width: 1525px;
    }
}
a,
input,
.btn,
.thumb figure img{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img {
    max-width: 100%;
    height: auto;
}
.btn{
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn:hover{
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.form-control {
    padding: 10px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Start logo hover keyframes */
  @-webkit-keyframes wobble-to-top-right {
    16.65% {
      -ms-transform: translate(8px, -8px);
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px); }
    33.3% {
      -ms-transform: translate(-6px, 6px);
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px); }
    49.95% {
      -ms-transform: translate(4px, -4px);
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px); }
    66.6% {
      -ms-transform: translate(-2px, 2px);
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px); }
    83.25% {
      -ms-transform: translate(1px, -1px);
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px); }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
  @keyframes wobble-to-top-right {
    16.65% {
      -ms-transform: translate(8px, -8px);
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px); }
    33.3% {
      -ms-transform: translate(-6px, 6px);
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px); }
    49.95% {
      -ms-transform: translate(4px, -4px);
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px); }
    66.6% {
      -ms-transform: translate(-2px, 2px);
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px); }
    83.25% {
      -ms-transform: translate(1px, -1px);
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px); }
    100% {
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); } }
/* End logo hover keyframes */
/*Start css for header*/
    .as-header {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: transparent;
        padding: 30px 0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .as-header .container{
        max-width: 90%;
    }
    .as-header.scrolled-down{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 10px 0;
        background-color: rgba(15, 25, 36,.85);
    }
    .as-header-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-left {
        flex-basis: 20%;
    }
    .header-middle {
        flex-basis: 60%;
    }
    .header-right{
        flex-basis: 20%;
        display: flex;
        justify-content: flex-end;
    }
    .as-header .header-right .btn-yellow{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .as-header.scrolled-down .header-right .btn-yellow{
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 15px!important;
    }
    .header-logo {
        max-height: 50px;
    }
    .header-logo:hover{
        -webkit-animation-name: wobble-to-top-right;
        animation-name: wobble-to-top-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
    /* Bootstrap overrides */
    .navbar{
        justify-content: center!important;
    }
    .navbar-nav .nav-link {
        color: white;
        font-weight: 600;
        font-size: 16px;
        margin: 0 10px;
    }
    .navbar-nav .nav-link:hover {
        color: #00bfff;
    }
    /*.cta-button {
        background-color: #ff7b00;
        color: white;
        padding: 10px 20px;
        border-radius: 8px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.3s ease;
    }
    .cta-button:hover {
        background-color: #e56e00;
    }*/
    /*.navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }*/
    .navbar-collapse {
        justify-content: center;
    }
    .custom-hamburger {
      display: inline-block;
      cursor: pointer;
      height: 24px;
      width: 30px;
      position: relative;
    }

    .custom-hamburger span {
      background: #fff;
      display: block;
      height: 3px;
      width: 100%;
      border-radius: 2px;
      margin-bottom: 6px;
      transition: all 0.3s ease;
    }

    .custom-hamburger span:last-child {
      margin-bottom: 0;
    }
/*End css for header*/
/*Start css for footer*/
    .footer-logo:hover{
        -webkit-animation-name: wobble-to-top-right;
        animation-name: wobble-to-top-right;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }
/*End css for footer*/
/*Start bootstrap override*/
    .btn-primary,
    .btn-primary:hover,
    .btn-primary:focus{
        padding: 0.475rem 1.75rem!important;
        font-size: 19px!important;
        box-shadow: none!important;
        letter-spacing: .5px!important;
    }
    .btn-yellow{
        color: #fff!important;
        background: #F57800!important;
        border: 1px  solid #F57800!important;
    }
    .btn-yellow:hover,
    .btn-yellow:focus{
        color: #F57800!important;
        background: transparent!important;
        border: 1px  solid #F57800!important;
    }
/*End bootstrap override*/
@media (max-width:1440px) {
    
}
@media (max-width:1199px) {

}
@media (max-width:991px) {
    .header-middle .navbar{
        position: static;
        justify-content: end!important;
    }
    .navbar-toggler,
    .navbar-toggler:hover,
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none;
    }
    .navbar-collapse{
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background-color: #0F1924;
        padding: 20px;
    }
    .navbar-collapse.collapsing{
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background-color: #0F1924;
        padding: 20px;
    }
    .navbar-collapse.show {
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background-color: #0F1924;
        padding: 20px;
    }
}
@media (max-width:767px) {
    
}
@media (max-width:480px) {
    
}
@media (max-width:320px) {
    
}